I have posted this question before I would like to be clear so that I can
avoid getting rude posts as answers.
I have a form that I created from TBL_Vehicle_Incident_Report. Within this
table I have made a combo box for the Vehicle Unit No so instead of typing in
the Vin#, make, model, and year for the vehicles I created a VBA code:
me.vehicle_Vin = me.Vehicle_Unit_No.Column (1)
"" "" (2)...etc
My error was that I did not add the GVW to this code when I first created
it. Now when I try to add it, it will not show up. The GVW is also not in the
TBL Vehicle Incident Report. Please help!!!!!!! I know that it is something
simple. If you would like to make a rude comment or response please do not
bother to answer
Thanks
PS
Ken Snell (MVP) - 17 Feb 2006 01:36 GMT
Did you change the query that is the combo box's Row Source so that the
query includes the GVW field?

Signature
Ken Snell
<MS ACCESS MVP>
>I have posted this question before I would like to be clear so that I can
> avoid getting rude posts as answers.
[quoted text clipped - 16 lines]
> Thanks
> PS