Hi
I am having problems . .
I have a form which is basically an order form. It contains Customer Deatails, order details etc.
One of the features of the form is a Combo box used to select a particular vehicle - this works fine - using a Select query for its data.
Anyway, I have added a new field to the Table & Query - it is a simple yes/no field. I would like to display this as a check box on my main form with the result dependant upon what value is in the database.
I want to do this so I can use conditional formating on the combo box - ie. If me.checkbox = Yes Then
me.combobox.forecolour = 255
Anyway, my problem is that I can't display this check box value or get my code to recognise it . . .
Help would be gratefully received
Cheers
David J
I am having problems . .
I have a form which is basically an order form. It contains Customer Deatails, order details etc.
One of the features of the form is a Combo box used to select a particular vehicle - this works fine - using a Select query for its data.
Anyway, I have added a new field to the Table & Query - it is a simple yes/no field. I would like to display this as a check box on my main form with the result dependant upon what value is in the database.
I want to do this so I can use conditional formating on the combo box - ie. If me.checkbox = Yes Then
me.combobox.forecolour = 255
Anyway, my problem is that I can't display this check box value or get my code to recognise it . . .
Help would be gratefully received
Cheers
David J