Thedon123
Registered User.
- Local time
- Today, 18:28
- Joined
- Sep 11, 2002
- Messages
- 98
I have a button that opens a form a form where i add data. This form "ADD NAMES" is dependant on there being a user selected alraedy in another table.
When there are no users in this table it opens the form anyway and causes it to crash.
So the question is how do i get the the button when clicked to first search to see if a user is presnent then.
1. if there is no user open another form to add a user
or 2. to open the add name form.
p.s. the button uses a module which has the command to open the form.
When there are no users in this table it opens the form anyway and causes it to crash.
So the question is how do i get the the button when clicked to first search to see if a user is presnent then.
1. if there is no user open another form to add a user
or 2. to open the add name form.
p.s. the button uses a module which has the command to open the form.