K
Ken Smith
I have an application used to bill for water and sewer charges that imports
readings from a text file produced by a radio frequency meter reader.
My Meters table includes a text value used to interface to the radio reader.
I need to update positions 53 through 62 with another value.
In desperation I tried an update query using the expression
Mid([RadioIDval],53,10) = [NewValField]. All records were set to zero.
How can I update the value of just those positions????
readings from a text file produced by a radio frequency meter reader.
My Meters table includes a text value used to interface to the radio reader.
I need to update positions 53 through 62 with another value.
In desperation I tried an update query using the expression
Mid([RadioIDval],53,10) = [NewValField]. All records were set to zero.
How can I update the value of just those positions????