+ Reply to Thread
Results 1 to 2 of 2

Creating Tabs to Control Pages

  1. #1
    Webtekr
    Guest

    Creating Tabs to Control Pages

    Hi,

    I am experiencing a problem when I change FormName to a TestForm with tab control pages, the data is not filtering into the TestForm.

    I am using the following code that works!

    Please Login or Register  to view this content.
    Any suggestions on how to make it work?

  2. #2
    Registered User
    Join Date
    03-20-2008
    Location
    Buffalo, NY USA
    Posts
    43

    Re: Creating Tabs to Control Pages

    Whether a form has/has not a tab control, shouldn't make a difference with it opening. I think the issue is with your link string. Because I don't know what data type NoticeID is (your code indicates that it is text), I'll write it both ways. Try one of these and see if it works for you:

    If NoticeID is numeric:
    LinkCriteria = "[NoticeID] =" & Me.NoticeID

    If NoticeID is text:
    LinkCriteria = "[NoticeID] ='" & Me.NoticeID & "'"

    The only other thing I can think of would be an issue if the test form didn't have NoticeID as a field to filter on. Obviously if the field doesn't even exist, then it would have no way to apply a filter.

    Hope this helps...

+ 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