B
Beginner
Hi!
I have been coding Access 2003 and now I decided to start using Access 2007.
I have a split database and the conversion to 2007 format went fine.
In my database I have only one table which is in the back-end of the
database. In the front-end I can see, that the linking works. In my code I
have to modify some of the data in the back-end table because the data I get
isn't valid the way I vant it to be. This works also fine. My code basically
adds a field to the linked table and, depending on the information in a
single row, puts something to the field on that row. As I said, this works
and the query results I get (sum queries etc) are fine. But. Here is the
problem. If I open the table to view it in the front-end I see the new field
and the information in every row in it, as I should. When I open the table in
the back-end I see only the column but not the new data.
I don't know if this is a problem, since the queries work and everything
works, but this bothers me a lot. Why do I see the data in the front-end but
not in the back-end, where it should be?
Thanks for any advice!
Beginner
I have been coding Access 2003 and now I decided to start using Access 2007.
I have a split database and the conversion to 2007 format went fine.
In my database I have only one table which is in the back-end of the
database. In the front-end I can see, that the linking works. In my code I
have to modify some of the data in the back-end table because the data I get
isn't valid the way I vant it to be. This works also fine. My code basically
adds a field to the linked table and, depending on the information in a
single row, puts something to the field on that row. As I said, this works
and the query results I get (sum queries etc) are fine. But. Here is the
problem. If I open the table to view it in the front-end I see the new field
and the information in every row in it, as I should. When I open the table in
the back-end I see only the column but not the new data.
I don't know if this is a problem, since the queries work and everything
works, but this bothers me a lot. Why do I see the data in the front-end but
not in the back-end, where it should be?
Thanks for any advice!
Beginner