I have a table filled with entries of inventory items that I need to filter. I only want to use the entries before and/or on a certain date. I need it filtered to be able to calculate our inventory count as of a particular day, and simply hiding the records after that day won't work: I need them to be skipped completely.
In order to do this, I tried making a make-table query with a parameter of <=[Date], and this works sometimes. I say sometimes because it seems that if the date is not terribly recent, the table is made just fine. If the date IS too recent, I get a "Numeric Field Overflow" error. My thought is that maybe there is too much information to be put into the new table, but I'm not sure if I'm right, or how to fix it, either way.
Any thoughts? Or alternative routes?
In order to do this, I tried making a make-table query with a parameter of <=[Date], and this works sometimes. I say sometimes because it seems that if the date is not terribly recent, the table is made just fine. If the date IS too recent, I get a "Numeric Field Overflow" error. My thought is that maybe there is too much information to be put into the new table, but I'm not sure if I'm right, or how to fix it, either way.
Any thoughts? Or alternative routes?