R
rbeach
Please let me know what is wrong with the formula below used in a query
field. I need to cobine two number fields , PanelID and CircuitID and have
the result formatted as a number. This is formatting as text.
FullCircuitID: CStr(Format([Panel]![PanelID] & [Circuit]![CircuitID],"00"))
field. I need to cobine two number fields , PanelID and CircuitID and have
the result formatted as a number. This is formatting as text.
FullCircuitID: CStr(Format([Panel]![PanelID] & [Circuit]![CircuitID],"00"))