
Signature
Regards
Jeff Boyce
www.InformationFutures.net
Microsoft Office/Access MVP
http://mvp.support.microsoft.com/
Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
Sure Jeff, thanks.
There are actually 3 screens, a Login form, a Full Service driver form and a
Trade driver form. All three forms must post data to the Master_Temp table.
Mgmt wants the login screen to be stand alone, So the login screen will be
the first screen the user chooses. When the user logs in, he will then
choose either the Full Service driver form OR the Trade driver form to enter
the deposit the driver brings to the cashier window. The cashier handles
one driver at a time. I need to have the login screen data and the driver
screen data hit the SAME row in the Master_Temp table. All my testing shows
the Login screen data is posted to the Master_Temp table once the user
leaves the Login screen to choose either of the driver screens, so the Login
data and the Driver deposit data each create a separate row in the
Master_Temp table. My problem is, I can't see a way to have the Login screen
and the Full Service or Trade driver screen post the data entered by the
user post to the SAME line in the Master_Temp table. I originally asked my
question because I decided to try to create textboxes on each Driver form to
pull the data entered into the Login form, then hide the textboxes from the
user so he wouldn't play around with them. This would pull the login data
into a driver form, which along with the driver info would then post to the
Master_Table as one entry. I hope I explained this adequately. Any advice
is greatly appreciated.
> Tom
>
[quoted text clipped - 18 lines]
>>
>> Tom Brown
Tom Brown - 07 Jul 2007 15:46 GMT
I figured it out.
For the Login form, I created a Login_Temp table to accept the Login info
from the Login form. This is also good because the Login_Temp table keeps a
record of the individuals logging in. I then did as I described earlier. I
created textboxes on each Driver form to pull the data from the textboxes on
the Login form. I made the textboxes invisible to the user. The Driver
forms are using the Master_Temp table as their Record Source. When I test
this it posts the data from both the Login form and the individual driver
forms to the Master_Temp table as one row.
> Sure Jeff, thanks.
>
[quoted text clipped - 42 lines]
>>>
>>> Tom Brown
Jeff Boyce - 08 Jul 2007 00:57 GMT
Thanks for posting your solution. Sometime folks don't realize that others
will be searching the groups for situations and solutions...

Signature
Regards
Jeff Boyce
www.InformationFutures.net
Microsoft Office/Access MVP
http://mvp.support.microsoft.com/
Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
> I figured it out.
> For the Login form, I created a Login_Temp table to accept the Login info
[quoted text clipped - 52 lines]
> >>>
> >>> Tom Brown