Form population

jkemp

New member
Local time
Today, 14:51
Joined
Apr 17, 2015
Messages
5
I have a query that I set up that is run based on [type]. I then built a form off that query. So when I run form I have to enter [type]. This all working fine but the problem I am having is that I want one of the field in the form to populate with the [type] information that was entered.
 
Is TYPE part of your recordset?

If not it should be.
 
type is a reserved word - better to change your name to something else, but if you can't, check you have always used square brackets - [type] - for fields and control names (e.g. me.[Type]) otherwise you will have problems
 

Users who are viewing this thread

Back
Top Bottom