Hi - I am having some trouble along these lines. I am entering the data that does not appear in my "list" table, and the NotInList event is not being triggered.
I have a form called startChklst. It has 2 sub forms: Current_Tasks and Finished_tasks. The subforms have tables named Current_Tasks and Finished_tasks associated with them. The subforms are continuous forms. Basically they display tasks that are unfinished tasks and finished tasks. When one...
Trying to set focus to a form using a variable. Here is the code. - Thanks
Set dbs = CurrentDb
Set RST = dbs.OpenRecordset("Functions")
Function_name = Trim(Forms!Main_menu.FunctionsCMB.Value)
Form_Name = Trim(RST.Fields!form_alias.Value)
RST.MoveFirst
Do While Not RST.EOF
If...
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.