xiong
Programmer
- Feb 13, 2003
- 93
I have a task in front me. I have a fairly simple Access front end that links to a separate MDB containing the data tables.
What I am looking to do is create a table that houses table definition data
tlbName fldName fldType fldSize fldFormat
The goal will be to create a function that will poll through each table and check for changes / new fields and change the related tables accordingly.
I am doing this because it is a work in progress and I will be updating the live version about twice a week with a new front end. The goal is to automate the update so I won't need to manually make the changes to a number of different data sets (multiple instances)
Anyone have any thoughts?
"Only the educated are free.
What I am looking to do is create a table that houses table definition data
tlbName fldName fldType fldSize fldFormat
The goal will be to create a function that will poll through each table and check for changes / new fields and change the related tables accordingly.
I am doing this because it is a work in progress and I will be updating the live version about twice a week with a new front end. The goal is to automate the update so I won't need to manually make the changes to a number of different data sets (multiple instances)
Anyone have any thoughts?
"Only the educated are free.