I have a simple access 2010 database which is used for printing labels. I built the database using the information Allen Browne wrote at: http://allenbrowne.com/ser-39.html (I used the 'Better Solution' as he calls it) and it works great for a standalone database.
I now have the need to make the database accessible through a browser and have succesfully published the tables & forms to Access Services (on a shareopoint 2013 server) but I am stuck with the queries...
The first predicament I have is that Allen's solution requires a Cartesian Product query, which I am unable to create in a web query as the web queries require a relationship between tables.
The second problem is that after printing I use an 'Update to' query to set everything in the 'Quantity' field (quantity is how many of each label needs printing) to 'Null' (zero would also be fine) and again, I am unable to create an Update to Web query to reset everything in the entire column.
Is there any work around or alternative to these two queries that I can impliment for a web database within access? I am VERY much a novice when it comes to Access so as much detail as possible would be grately appreciated if there is a solution I can impliment.
Thank You in advance for taking the time to read this,
Mark
I now have the need to make the database accessible through a browser and have succesfully published the tables & forms to Access Services (on a shareopoint 2013 server) but I am stuck with the queries...
The first predicament I have is that Allen's solution requires a Cartesian Product query, which I am unable to create in a web query as the web queries require a relationship between tables.
The second problem is that after printing I use an 'Update to' query to set everything in the 'Quantity' field (quantity is how many of each label needs printing) to 'Null' (zero would also be fine) and again, I am unable to create an Update to Web query to reset everything in the entire column.
Is there any work around or alternative to these two queries that I can impliment for a web database within access? I am VERY much a novice when it comes to Access so as much detail as possible would be grately appreciated if there is a solution I can impliment.
Thank You in advance for taking the time to read this,
Mark