|
First
|
Prev |
Next
|
Last
Pages: 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233
Code to temporarily change "no duplicates allowed" property My database is used to track circuit board shipments. The serial no. field is set to "No Duplicates Allowed", as a way to ensure that our serial numbers aren't duplicated for any one customer. The problem is that we get returned circuit boards that have to go through the same shipping process, causing the seria... 26 Jun 2008 20:48
Refresh after Drop Down How do I get a drop down to update the entire record after it is selected? ... 27 Jun 2008 00:54
Open Filtered Form with Where Condition I have the code below to open a form of contacts, and I want the button to open the form only displaying active members, but it is only opening a blank form (the bottom does say 1 of 1 Filtered). The information that I want to test in my code is a check box. Dim stDocName As String Dim stLinkCriter... 26 Jun 2008 15:39
Open Filtered Form with Where Condition I have the code below to open a form of contacts, and I want the button to open the form only displaying active members, but it is only opening a blank form (the bottom does say 1 of 1 Filtered). The information that I want to test in my code is a check box. Dim stDocName As String Dim stLinkCriter... 26 Jun 2008 17:43
subform problem I have a main form where I enter data for an auction. The subform is to enter info for the buyers. As there can be more than one buyer the subform takes any number of buyer number, premium and base_price for as many buyers as want to split that item. I have to tab out of the subform after entering the last b... 26 Jun 2008 18:45
REFRESH CURRENT RECORD Hi. I have a form that uncludes data from two tables RequesTracker and NAM. The NAM table is linked (spreadsheet) the NAM table in an access table. The current relationship is Include ALL records from 'RequestTracker' and only those records from 'nam' where the joined fields are equal. Basically the NAM data is ... 27 Jun 2008 03:57
XP & Vista ADOX Library My problem is that access apps that need the ADOX Library running under Win XP require "ADO Ext. 2.8 for DLL and Security". When run on Vista, the ADOX version must be "ADO Ext. 6.0 for DLL and Security". I have created working functions to add and remove the "ADOX" Library. The function ReferenceFromGuid() li... 22 Jul 2008 13:43
Form as OLE drop target - possible or not? Is it possible to make a form a OLE drop target? so the user would be able to drop an object on the form, and I'd write the code to handle it. I see no form properties to that effect, but maybe some 3rd party add-in or win32 coding would make it possible? thanks, Vadim Rapp ... 26 Jun 2008 12:34 |