I need to add a sub query or nested query in a module. Can someone take a look and let me know if it's even possible.
Here is what I have so far. When I try to run it it doesn t do anything.
HELP
Dim strsqr As String
strsqu = " And (((tblProgram.ProgramID) IN (Select...
I have a form that I added a command button to. If the Data_Start is populated then I need to update data in a table.
Here is the code:
Private Sub AddIntakeGoals_Click()
On Error GoTo Err_AddIntakeGoals_Click
Dim db As Database
Set db = CurrentDb...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.