Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

changing table fields once data is entered into db

Status
Not open for further replies.

clientuser

Programmer
Apr 18, 2001
296
US
i have a vb application that will be distributed with an access backend.

if i make updates to the access database say later on and add fields or change field names etc and the user has already entered data into their db, how can this best be handled?

 
You can use DAO code to add fields (or even tables) in mdb files.

Duane
MS Access MVP
Find out how to get great answers faq219-2884.
 
You may also consider the ALTER TABLE sql instruction.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top