Hello everyone,
I built a project in Ms Access with tables, queries, forms, reports and code snippets.
(the program is intended for use online with multiple users logging on and using the same program).
I now need make it available for use by multiple users simultaneously from remote...
Hello all,
Is it possible to run a code which his source text is from a table?
I mean, instead of writing:
me.cmdClose.Caption = "Close"
To write:
ButtenLanguage = DLookup("fldAdress", "tblLanguagesInForms")
When the value in "fldAdress" is 'me.cmdClose.Caption = "Close" '
Because when I...
Hallo all,
I am busy building a database with a table of log records recording any changes made to the foundation data.
This is the code i use:
CurrentDb.Execute "INSERT INTO tblLogRecords (fldLoginId, fldTime, fldAction, fldDescription) VALUES (" & LoginId & " , Now() , 'Changed type name' ...
Hallo all,
I am busy building a database for a personal security group, to record and organize the emergency calls coming in to the dispatcher.
Calls are separated (internally) into events and situations, where events are the incoming calls and situations are the (details of the) possible...
Hallo all,
I am busy building a database for a personal security group, to record and organize the emergency calls coming in to the dispatcher.
Calls are separated (internally) into events and situations, where events are the incoming calls and situations are the (details of the) possible...
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.