Hello,
Working in Access(2007-2013).
Form opens to a record set from a query, form contains a button to pull/populate the form with a preexisting record and stamp with User's name(similar to an IT ticket system). Form works fine as long as the user has at least one record assigned to them.
Problem arises when a User with NO records assigned opens the form. Since the form has no records it creates its own and because all fields are required to be filled, it will not allow the user to do anything.
If there are no records i need the form to open without creating a new record. Please help!
Already tried:
Set Data Entry to NO and form is completely blank(solid white).
Created a message box to open when no records(used Dcount).
Any suggestions will be a big help(still learning)
Working in Access(2007-2013).
Form opens to a record set from a query, form contains a button to pull/populate the form with a preexisting record and stamp with User's name(similar to an IT ticket system). Form works fine as long as the user has at least one record assigned to them.
Problem arises when a User with NO records assigned opens the form. Since the form has no records it creates its own and because all fields are required to be filled, it will not allow the user to do anything.
If there are no records i need the form to open without creating a new record. Please help!
Already tried:
Set Data Entry to NO and form is completely blank(solid white).
Created a message box to open when no records(used Dcount).
Any suggestions will be a big help(still learning)