I have a form with a button that pops up a datasheet with a number of records. I need the dbl click event to populate a hidden text field with the id of the item that was double clicked.
Ive found the double click even and can get the double click to close the window, but i need to populate...
I have an embedded macro in an access web database and i need to modify one of the conditions but have run into some issues. The condition below is puzzling me
[searchable] Like "*" & [TempVars]![tmpSearch] & "*"
What does searchable refer to in this expression? Is [Searchable] an attribute of...