Beginners question December 31, 2018, 10:24:56 AM Hi GuysHopefully 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 Quote Selected
Re: Beginners question Reply #1 – January 02, 2019, 09:34:04 PM Hi Robhawlor,sorry for the late reply festive period You can set the default value of the UserID control to the active user.Take a look athe imageYou can equally set the control type to hidden or set it as None to set the value at the back end. Quote Selected
Re: Beginners question Reply #2 – January 07, 2019, 10:42:37 AM thanks Emman, that worked perfectly. Quote Selected