Invalid arguement

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

While developing a number of make table queries to split a large table into a
number of subcomponents I consistently reach a "invalid arguement" error. I
split the original table of data into 3 sub-tables: Accessorials,
International, and Domestic. Then using more make table queries I further
split the Domestic table into 2 sub-tables: With State Code and Without State
Code. Continuing, I then attempt to split the With State Code table into 3
more tables: PR AK HI inbound, PR AK HI outbound, and Continental. Making the
PR AK HI inbound and outbound tables works but then when I attempt to make
the Continental table I'm presented with a "invalid arguement error". Once
I've recieved this error make table queries no longer work at all and I am
consistently presented with this same error. Beyond this, the same error pops
up when I try to make a new table in datasheet view or delete datapoints from
my existing tables.

This error is all over the board! Any ideas? Thank you.
 
I solved this problem, however thank you for the help. What happened: after
making a number of tables via Make-Table Queries I had reached the size limit
for the database I was working in. At reaching that point any further
manipulation of the database was not allowed and I was presented with the
"invalid argument" error. This error mislead me to think it had something to
do with the format of my query or the format of my original table, however it
was simply a size issue.

Thank you and I hope this post helps users who are presented with this same
problem in the future.
 
Back
Top