+ Reply to Thread
Results 1 to 2 of 2

select row range????

Hybrid View

  1. #1
    Forum Contributor spinkung's Avatar
    Join Date
    10-27-2006
    Posts
    199

    select row range????

    hello again,

    i have a question that could take some answer.

    - i have a form that has a button which says 'print'.
    - i have a sheet that takes a 'booked in date' (from a form), and a sent out date (from another form).
    - now, when i click print (on my main form), i want to select all the rows that have a 'booked in date' but NO 'sent out' date and prompt to print.

    can anyone help. i think i can handle the prompt to print but i can't figure out the select rows if 'sent out' is empty.

    thank you muchly.
    spinkung

  2. #2
    Valued Forum Contributor
    Join Date
    06-16-2006
    Location
    Sydney, Australia
    MS-Off Ver
    2013 64bit
    Posts
    1,394
    You just need to nest some if statements. Using english...


    select top of range containing data.
    step through the range until end of range is reached.
    if booked in date <>"" then
        if sent out date ="" then
             print this document
        end if
    end if
    loop to next row.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1