E
EGA Mike
I have a Access 2000 form that contains a drop down list
box. On the properties Data tab, the Row Source is...
SELECT linked_associates.ClockID,
linked_associates.LastName, linked_associates.FirstName
FROM linked_associates WHERE ((([linked_associates]!
[SysLogon])=Environ("username")));
When this is run on about 60 Win2K machines, but on about
5 others (new installs) I get the message "Undefined
function 'environ' in expression when the DB is opened.
This was written by an outside source who has no
explanation. Any ideas why is works on some Win2K
machines and not others? On XP it seems to be OK on the
few boxes we've tested.
box. On the properties Data tab, the Row Source is...
SELECT linked_associates.ClockID,
linked_associates.LastName, linked_associates.FirstName
FROM linked_associates WHERE ((([linked_associates]!
[SysLogon])=Environ("username")));
When this is run on about 60 Win2K machines, but on about
5 others (new installs) I get the message "Undefined
function 'environ' in expression when the DB is opened.
This was written by an outside source who has no
explanation. Any ideas why is works on some Win2K
machines and not others? On XP it seems to be OK on the
few boxes we've tested.