G
Guest
Hi there! Using A02 on XP. Not a programmer but learning.
I have some data that I'll be exporting to a comma delimited (.csv) file and
would like to update a field first.
I get back a file we've sent to clients to update their employee data. They
edit existing, add new and mark some as terminated, reporting hours worked
and wages earned.
I have a field [Hours] that may be edited in two different ways. The
directions include the following grid to use for reporting hours worked:
0 = 0 - 500
1 = 501 - 999
2 = 1000 and up
They may fill in the 0, 1, 2's or use the 500, 999 and 1000. Some may
actually key in the exact hours worked such as 1257.75 or 864.0 or 522. I
need to send the data to my system using the 0, 1 & 2's.
I know I can do it with three update queries but wonder if I can do this
with one step? Should I use a Switch or Case? Not sure.
Thanks in advance for any help or advice!!!
I have some data that I'll be exporting to a comma delimited (.csv) file and
would like to update a field first.
I get back a file we've sent to clients to update their employee data. They
edit existing, add new and mark some as terminated, reporting hours worked
and wages earned.
I have a field [Hours] that may be edited in two different ways. The
directions include the following grid to use for reporting hours worked:
0 = 0 - 500
1 = 501 - 999
2 = 1000 and up
They may fill in the 0, 1, 2's or use the 500, 999 and 1000. Some may
actually key in the exact hours worked such as 1257.75 or 864.0 or 522. I
need to send the data to my system using the 0, 1 & 2's.
I know I can do it with three update queries but wonder if I can do this
with one step? Should I use a Switch or Case? Not sure.
Thanks in advance for any help or advice!!!