G
Guest
I want to convert Text records to Number within a query. My table is too big
to change the data type in the table itself. Someone told me to use the
expression builder to create this expression:
Expr1: [MasterAvailabilityData]![ActualAvailPlant]*1
This did not work. I need to convert this one field to Number because I
have another expression that is comparing this field with another. It wont
work because they are different data types. Any suggestions?
to change the data type in the table itself. Someone told me to use the
expression builder to create this expression:
Expr1: [MasterAvailabilityData]![ActualAvailPlant]*1
This did not work. I need to convert this one field to Number because I
have another expression that is comparing this field with another. It wont
work because they are different data types. Any suggestions?