Adding Combo Box after-the-fact

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

Guest

What are the repurcussions of adding combo boxes to a data input form for a
database that already exists? Only the records modified after the creation
of the combo box and it's options will have that field filled in so do you
manually go through each record...just leave them? Anyone care to share some
insight? Thank you.
 
It really depends upon your requirements. I often write an update query and
put a default value in rather than leaving it null. That way I can be sure
of what's actually going in.

If you really need the old data, you'll need to go back and revisit each
record.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access Downloads
http://www.datastrat.com
http://www.mvps.org/access
 

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

Similar Threads


Back
Top