C
CD Tom
I have two databases that we are combining together, these databases are from
two different branches. When a user logs in there is a global variable that
shows which branch this user is from. When the two databases are combined
there are forms that when called up need to select only that data from the
specific branch. The one form I'm working on is driven by a query statement,
I've added the branch to the query but when I put the global variable in as a
qualifier it doesn't bring up any information. If I use just the branch
number the it works. I've put the variable on the form and tried using the
[forms].[formname].[vbranch] it still doesn't work. It shows the branch on
the form so I know it's getting the number ok but the query will not bring it
up.
Hopefully someone has an answer. Thanks for all the help.
Tom
two different branches. When a user logs in there is a global variable that
shows which branch this user is from. When the two databases are combined
there are forms that when called up need to select only that data from the
specific branch. The one form I'm working on is driven by a query statement,
I've added the branch to the query but when I put the global variable in as a
qualifier it doesn't bring up any information. If I use just the branch
number the it works. I've put the variable on the form and tried using the
[forms].[formname].[vbranch] it still doesn't work. It shows the branch on
the form so I know it's getting the number ok but the query will not bring it
up.
Hopefully someone has an answer. Thanks for all the help.
Tom