I have a form with a subform. The form has 2 controls, Preview and Submit. The submit button moves the records users are entering (Date, Company, Hours) from a Temp table to a ServiceTbl.
The users are allowed to select "?????" in company in case they don't know it at the present time. At the...
I've a list of Staff Info displayed on a form, with an 'Inactive' Yes/No check box (same as DoNotUse within the table). I need to track what date a check to one of the inactive boxes is made. I am not concerned with who did it, simply the date it was checked, and I need to display that date next...
Hello,
I'd like to search a combo box on a subform for a string containing a (or multiple) '?' on click of a command button. The point of this is to inhibit the submission of a record with ????? as a field value (in a combo box), however it is temporarily allowed before submission of the form...