Using Access 2007
I am using a form (fmProducts) to populate a table (tblProducts)
On the form I have a disabled text box (tbProductCode) which is populated using an expression.
I need this information to be added to the relevant field (ProductCode) in the associated table but this isn't happening.
How do I get this to happen automatically as I don't want users to be able to access the table directly.
I have very little vb knowledge so if I need to use this could you please explain how to do it in simple terms
Thanks
I am using a form (fmProducts) to populate a table (tblProducts)
On the form I have a disabled text box (tbProductCode) which is populated using an expression.
I need this information to be added to the relevant field (ProductCode) in the associated table but this isn't happening.
How do I get this to happen automatically as I don't want users to be able to access the table directly.
I have very little vb knowledge so if I need to use this could you please explain how to do it in simple terms
Thanks