Skip to main content
Topic: Beginners question (Read 1027 times) previous topic - next topic

Beginners question

Hi Guys

Hopefully an easy one for you pro's? I have my users table and a products table. I am struggling to get the add new product to automatically pick up the users id. I have tried a few different settings, but the only one that sort of works is the select user where by it shows all users and needs you to pick to populate.

thanks in advance guys :)

Re: Beginners question

Reply #1
Hi Robhawlor,
sorry for the late reply :(  :(  festive period ;D
You can set the default value of the UserID control to the active user.
Take a look athe image




You can equally set the control type to hidden or  set it as None to set the value at the back end.

 

Re: Beginners question

Reply #2
thanks Emman, that worked perfectly.