Can anyone direct me to a way to pull a number <x> from a record in on table and then open <x> number of records in another table? I don't even know where to start on this one. I'm in Access 2013 on a web app.
Can anyone direct me to a way to pull a number <x> from a record in on table and then open <x> number of records in another table? I don't even know where to start on this one. I'm in Access 2013 on a web app.
What do you mean by 'open <x> number of records'? You want to create x new records and then open those records? Or you want to open random x number of existing records?
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
I need to read a number from a field and on save, open that number of new records in a different table.
That would involve an INSERT sql action and probably also VBA code.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.