I appreciate the help in advance,
I have a Microsoft Access form that users enter information into (text boxes and option buttons) and on that form I have a button that users are able click. Here is where my issue resides; when the button is clicked I would like the information they have entered to transferred over to a specific table on Access. (I can have this data transfer over to an excel sheet if that would be easier) What would the VBA code be that could write for this button in order to make this happen?
Thank you for your time
I have a Microsoft Access form that users enter information into (text boxes and option buttons) and on that form I have a button that users are able click. Here is where my issue resides; when the button is clicked I would like the information they have entered to transferred over to a specific table on Access. (I can have this data transfer over to an excel sheet if that would be easier) What would the VBA code be that could write for this button in order to make this happen?
Thank you for your time
Comment