I've set myself the goal of converting an Excel "Database" to Access. Far more experience with Excel than Access.
Trying to import data that includes several fields either selected with an 'X' or left blank. Want them to show up as a checkbox, which will then become compatible with the form I have in mind.
I've tried replacing the X's and blanks as Yes/No, True False, and 0/-1. No luck there.
Thinking perhaps a macro could check or leave blank a check box based on the value in a field. So field 'RED' imported as X and blank (or any other values required) from Excel would populate field NEWRED with check boxes 'checked' for the corresponding records.
Any gurus have a suggestion?