I don't know if this is possible, but I ran a query to make a field (SKP B) always be 5 digits. The query works great. Now, I am wanting to query from this data, and combine two fields (SKP A and SKP B). The problem I am running into is that, when I ran the first query (adding the leading zero's) Access named the output data as Expression, and when I try to build my query to combine the two I get a dialog box asking me for the data for expression. How can I successfully run this query from a query, or can I?
I have it working, where I run the query to add leading 0's, then create a form, and then from that form, query again to combine the SKPA and SKPB, but I would rather do it all in one query to make it easier!