About 4 results
Open links in new tab

Requery not working on form - social.msdn.microsoft.com
Jul 26, 2011 · When the form opens, the code does a Dlookup, then Inserts the Dlookup results into the table.
IIF Statement referencing a Table - social.msdn.microsoft.com
Aug 1, 2013 · If the report's RecordSource includes tblProduct can't you simply return the DrmStrChrg and PltStrChrg columns in the query? You can then call the IIf function in a …
How to refer to a file path throughout the database without …
Mar 31, 2011 · Once you have it in a table, how do you use it? I would create a global variable and set it when the application starts up. (in a standard module) Global g_PhotosPath as …
VBA doesn't recognize data in text box separated by commas
Oct 1, 2015 · I have a text box that we enter an application code into. I have set my form up so that it will compare this field to data in a table and then if it's in the table it comes back and …