Simple Question

matthewR
5StarLounger
Posts: 627
Joined: 03 Feb 2010, 15:02

Simple Question

Post by matthewR »

I need to add fields to a query that aren't in a table. They are just place holders. How do I do this. I have to add ID Number, JOBNUMBER etc. These would just be blank but have the name. Is it just as simple as inserting a column and putting JOBNUMBER: ?

User avatar
Rudi
gamma jay
Posts: 25455
Joined: 17 Mar 2010, 17:33
Location: Cape Town

Re: Simple Question

Post by Rudi »

Hi Matthew,

You can create blank fields in the query by typing the following: ID: "" (for example).
1.jpg
You do not have the required permissions to view the files attached to this post.
Regards,
Rudi

If your absence does not affect them, your presence didn't matter.

matthewR
5StarLounger
Posts: 627
Joined: 03 Feb 2010, 15:02

Re: Simple Question

Post by matthewR »

Thank you. Forgot the quotes.