Jump to content

Access 2007


Recommended Posts

I am running this query on Access 2007:

 

insert into tblArTransDetailTemp (transId) values ((select max(transId)+1 from tblArTransDetail));

 

And I am getting this error:

Query input must contain at least one table or query.

 

I have no Idea what is wrong, the tables, exist, the columns exist. The sub select works by its self, the insert works by its self, why don't they work as one?

 

What could be wrong?

Link to comment
https://forums.phpfreaks.com/topic/254371-access-2007/
Share on other sites

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.