Hello,
I have multiple dbs that alluse the same user id's. I have some code set up to allow users to open other databases from within their current database to allow them to bypass the whole login process. everything works fine, but I can't figure out how to transfer the global variables...
I'm having a problem with broken/missing references in a db I created. I believe this is being caused by the fact that I have some users running Win 2000 w/ Office 2000/Access97 and others running Win NT w/ Office 97/Access 97. My question is...Is it ok (i.e. safe) to copy all of the DLLs that...
I'm having a problem with broken/missing references in a db I created. I believe this is being caused by the fact that I have some users running Win 2000 w/ Office 2000/Access97 and others running Win NT w/ Office 97/Access 97. My question is...Is it ok (i.e. safe) to copy all of the DLLs that...
Hello,
I'm having a slight problem w/ something: I'm trying to run the following code open up a form w/ filters applied.
Dim stFormName as String
Dim stSearchCriteria as String
Dim i as integer
i = Len(Me!txtAddressSearch)
stFormName = "frmExpenseLog"
stSearchCriteria =...