BroncoMarc
Registered User.
- Local time
- Today, 10:16
- Joined
- Apr 4, 2002
- Messages
- 43
I'm working with a database I inherited. Most tables are on an SQL server. I need to add on to a form, so I had more fields added to the main table on the SQL server.
The form is based on a query, so next I went to the query and added the fields that I had added to the table. If I run the query by itself it works and I can see the values in those new fields.
Then I went to the form and added the fields from the query. All the new fields I added say #NAME? when I run it. I even used the field chooser in the form and added my new fields that way.. They still all come out as #NAME?
Any ides?
On another note... All the tables in this database are static.. The dynamic data is all kept on an SQL server. This mdb file still grows 2-3 megs a week! Is there anything I can do about that other than compacting the database every once in awhile?
Thanks,
- Marc
The form is based on a query, so next I went to the query and added the fields that I had added to the table. If I run the query by itself it works and I can see the values in those new fields.
Then I went to the form and added the fields from the query. All the new fields I added say #NAME? when I run it. I even used the field chooser in the form and added my new fields that way.. They still all come out as #NAME?
Any ides?
On another note... All the tables in this database are static.. The dynamic data is all kept on an SQL server. This mdb file still grows 2-3 megs a week! Is there anything I can do about that other than compacting the database every once in awhile?
Thanks,
- Marc