F
FlyingDragon via AccessMonster.com
hi all
i have a report called (Serials) which have a textbox called (user_inf)
and i have a form called (frm-UserLogon) which have two textboxes one of them
called (user) and the other called (pass)
in my database the user enter his name and password in the form (frm-
UserLogon) to continue ... if it correct the form closed and the main form
opened
Now i want the textbox called (user_inf) in report (serials) display the user
name in textbox (user) in form (frm-UserLogon) even it change
i use the code =[Forms]![frm-UserLogon]![user] but it gives me (#Name?)
thanks for all
i have a report called (Serials) which have a textbox called (user_inf)
and i have a form called (frm-UserLogon) which have two textboxes one of them
called (user) and the other called (pass)
in my database the user enter his name and password in the form (frm-
UserLogon) to continue ... if it correct the form closed and the main form
opened
Now i want the textbox called (user_inf) in report (serials) display the user
name in textbox (user) in form (frm-UserLogon) even it change
i use the code =[Forms]![frm-UserLogon]![user] but it gives me (#Name?)
thanks for all