I am trying to use a statement (attached to a command button) in a module to populate a history table with information from my current form:
dbs.Execute ("INSERT INTO FA_History ( FAHI_AcctNumber, FAHI_Amount, FAHI_InvNumber, " & _
"FAHI_PostDate, FAHI_HistType...