Allow me to update the situation. The append queries are running off of a system of other queries that are designed to manipulate the information (again they work with the period prompt). I am starting to narrow down the code for the
Code:
Private Sub txtUpdateOnhand_Click()
CurrentDb.Execute "ConsignedVendor1OnhandUpdate", dbFailOnError
CurrentDb.Execute "ConsignedVendor2OnhandUpdate", dbFailOnError
'etc for the 13 queries
End Sub
though I am getting an error on that (3061, which I can debug). I am still just super confused on the use of the textbox to enter my YYMM. It doesn't seem to want to work