Please Help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Did you change the query that is the combo box's Row Source so that the
query includes the GVW field?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top