Manualling adding stuff

  • Thread starter Thread starter Topsy
  • Start date Start date
T

Topsy

Please can someone help. I have run a query which I want
to print. Before I do I would like to add another column
in which I can manually type reference numbers. Is this
possible or is there another way of doing this.
thanks
 
Queries are based on tables: they don't have a "life" of their own.

The only way to do what you want would be to add a column to the underlying
table, and including it in the query.
 
You go to tbe Table tab, open the table in Design mode and add a new field
to it.

If you've got a split database, so that the tables are in the back-end
database and the rest of the application is in the front-end database, you
need to do this in the back-end database, not the front-end.
 
Back
Top