having a problem with my form

  • Thread starter Thread starter skylinekiller
  • Start date Start date
S

skylinekiller

I have a database which is used to match the vehicle service manual
with the vehicle. On the form I have a box fore YEAR/MAKE/MODEL: Whe
I input this information, it doesn't save in the database, I need t
get this fixed. Can I please email this to someone and have them loo
at it for me? The file is 4.11M. Any help would be greatl
appreciated
 
I have a database which is used to match the vehicle service manuals
with the vehicle. On the form I have a box fore YEAR/MAKE/MODEL: When
I input this information, it doesn't save in the database, I need to
get this fixed. Can I please email this to someone and have them look
at it for me? The file is 4.11M. Any help would be greatly
appreciated.

I'm sorry, I can't accept a database for repair without a fee.

But your problem may be fairly easy to solve. What is the Control
Source property of this textbox? Do you have a field in your table
named YEAR/MAKE/MODEL? If so, might you not do better to have THREE
fields for year, make, and model, so that you could use combo boxes to
select valid values rather than typing (and possibly mistyping) text?
 
Back
Top