I am new to VBA. I want make a login menu for a course work. I am having some difficulty.
- I have a frmLoginMenu and tblLoginMenu
-In tblLoginMenu I have a record named "firstrun". its values must be 0 or 1
My objective: I want the system to check if the value is 0 or 1.
But i don't really understand how to pull up (check) the value from record "firstrun" from tblLoginMenu
Now I am coding frmLoginMenu. I want to know what code to use for the system to check if the value is 1 or 0.
If anyone can explain this much to me, i think i'll be able to continue the remaining parts.
But, please use simple codes as I am already confused