Hello all,
I am creating a database project and i have run into a problem at which my knowledge is limited. I have created log in form which uses a 'User Table' to authenticate a password. This then Brings a Navigation form.
I then want each user to be able to add their own product into 'Product_Frm' which will go into into a 'Products_Tbl'. This will then filter down to each Members Id. The problem I am having is their will be 2 key fields 'Product Id' and 'Member Id'. How can i get this to work?
I have created a global variable which stores the username when they log in called 'strUsername', can this be automatically added in to the 'Member' field on the 'Products_frm' and i was thinking of filtering this to show only the User who is logged in Products.
If there is a better way to go around this i would be very grateful,
Thanks
Joe