J
Jennifer
My users wanted a simple method of recording employee data
so I created a form consisting primarily of checkboxes.
What I need to do is take the fields where there are
checks and convert their type--yes/no is fine for a start,
but would eventually be converted into meaningful text
(they haven't decided yet on a code or date).
Right now I've got a macro set up to run a make-table
query with the checkbox data. I can't figure out how to
add macro steps to change the data types in the new table
from Yes/No to Text. The macro then continues to plug data
into various locations. I realize this is not the most
efficient way to store the data, but it makes them happy
so I've gotta do it.
so I created a form consisting primarily of checkboxes.
What I need to do is take the fields where there are
checks and convert their type--yes/no is fine for a start,
but would eventually be converted into meaningful text
(they haven't decided yet on a code or date).
Right now I've got a macro set up to run a make-table
query with the checkbox data. I can't figure out how to
add macro steps to change the data types in the new table
from Yes/No to Text. The macro then continues to plug data
into various locations. I realize this is not the most
efficient way to store the data, but it makes them happy
so I've gotta do it.