John,
This sounds like a good approach. I'll have to remember it for the future. This time I tried the module Bill suggested from Petersons. Its working well.
Thanks for your suggestion. I hope things are well in Paris. It's very hot in Arkansas.
Doyce
---In MS_Access_Professionals@yahoogroups.com, <JohnV@...> wrote :
---In MS_Access_Professionals@yahoogroups.com, <JohnV@...> wrote :
Doyce-
For this sort of problem, I use a Tally table to generate blank rows in the Record Source rather than rely on code. Your Tally table needs an integer column with rows containing values from 1 to the max number of labels on a page. Then your Record Source looks like:
SELECT " " As PersonName, " " As PersonAddress, " " As PersonCity, …
FROM TallyTable
WHERE TallyTable.Counter <= [Forms]![SomeForm]![RowsToSkip]
UNION ALL
SELEC PersonName, PersonAddress, PersonCity, …
FROM MyTable
Open your dialog (it must open WindowMode:=acdialog) from the report Open event - Open occurs BEFORE the record source gets loaded. The user picks the number of rows to skip (can be zero), then clicks a button that runs code to hide the form to let the Open event continue. In the Close event of the report, close the hidden form.
John Viescas, Author
Effective SQL
SQL Queries for Mere Mortals
Microsoft Access 2010 Inside Out
Microsoft Access 2007 Inside Out
Microsoft Access 2003 Inside Out
Building Microsoft Access Applications
(Paris, France)
On Jun 23, 2016, at 2:10 PM, winberry.doyce@... [MS_Access_Professionals] <MS_Access_Professionals@yahoogroups.com> wrote:
__._,_.___
Posted by: winberry.doyce@con-way.com
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (5) |
Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.
.
__,_._,___
Tidak ada komentar:
Posting Komentar