B
Brook
Good Day All,
I have a union query that I need to add all my fields manually because of
some formatting.
Can anyone help me with that? Here is what I have so far:
SELECT "KI-" & format (tblCustomOrders.Autonumberfield, "0000")
As OrderNumber
From qryCustomorders;
and Here are a couple of the other fields that I need to add:
DesignName
DesignNumber
TibettradeShipmentInvoice#
TibettradeShipmentDate
Thanks,
Brook
I have a union query that I need to add all my fields manually because of
some formatting.
Can anyone help me with that? Here is what I have so far:
SELECT "KI-" & format (tblCustomOrders.Autonumberfield, "0000")
As OrderNumber
From qryCustomorders;
and Here are a couple of the other fields that I need to add:
DesignName
DesignNumber
TibettradeShipmentInvoice#
TibettradeShipmentDate
Thanks,
Brook