Hi Jack,
The New Zealanders do a good job of Sauv Blanc, I personally think its a great wine but it hasn't really taken off here as it should have, don't know why! In our cool climate we grow great Sauv Blanc. The rain, well, we are getting some but still well below average and the winter so far is very mild (no snow yet!).
Anyway, yes, I am upgrading existingly (is that a word) deployed dbs. I was unaware (i think) that you could add fields to backend tables, I wish I'd known this along time ago. What I have been doing is creating a new temp table in FE, running an append, then copying the temp table to the BE via docmd.transferdatabase. My situation is now an old redundant table in the backend that had ref integrity set years ago is causing problems, so I need to get rid of it.
The code I posted earlier I have I think managed to get to work but am still anxious as I'm still learning and hope not to destroy a customers BE.
What I did was change the set db line to
set db =OpenDatabase ("VADataFile.mdb")
and then had to add the line at the bottom
set db = Currentdb
Getting rid of the full path seemed to work.
I would be very interested to know how to add fields though, hope its not too much trouble.
Thanks, the family are well, we have another baby on the way 3 months to go.
Rachael