F
ftrujill0
Can someone help me put together the vba code that would search an access
table for a record entered into a form field and if the record is not found
enable the data entry fields to create the new record into the table.
Example of problem.
Is record 121212 in table X?
If so, return record 121212 already exists in table X.
If not, allow enable the data entry fields (name, address, etc...)
THANKS IN ADVANCE.
table for a record entered into a form field and if the record is not found
enable the data entry fields to create the new record into the table.
Example of problem.
Is record 121212 in table X?
If so, return record 121212 already exists in table X.
If not, allow enable the data entry fields (name, address, etc...)
THANKS IN ADVANCE.