I'm working on a form that I need to get the information from a sub form saved to a table when the save button is clicked. I've tried several different things that I have found and none of it seems to work. When I was messing around I created a Public Sub Information() and it inserted the following at save_click ( I added in the table information).
Dim Information As TableDefs
TableName = "Complete Table"
PrimaryKey = "Quote Number"
CustomerName = "Customer Name"
StretAddress = "Street Address"
How do I get this information saved to the table? I'm up for any suggestions at this point because I can't seem to get it to work.
Dim Information As TableDefs
TableName = "Complete Table"
PrimaryKey = "Quote Number"
CustomerName = "Customer Name"
StretAddress = "Street Address"
How do I get this information saved to the table? I'm up for any suggestions at this point because I can't seem to get it to work.