DreamAwake
Registered User.
- Local time
- Today, 05:26
- Joined
- Dec 13, 2007
- Messages
- 23
I'm having major issues in an access form where I run a Query and it populates 10 fields or so.
From those populated fields I run another query based on a fields value.
Now the 2nd query at some point is trying to run when the fields value is not populated, so i'm getting errors. Its a sporadic issue based on the speed of the form opening.
Is there anyway I can either postpone the function being executed or perhaps use some sort of UNTIL SET function or check if a query has been executed.
I performed a rough search on this forum to find nill.
I have a programming background just not in VB.
From those populated fields I run another query based on a fields value.
Now the 2nd query at some point is trying to run when the fields value is not populated, so i'm getting errors. Its a sporadic issue based on the speed of the form opening.
Is there anyway I can either postpone the function being executed or perhaps use some sort of UNTIL SET function or check if a query has been executed.
I performed a rough search on this forum to find nill.
I have a programming background just not in VB.