Results 1 to 4 of 4
  1. #1
    haywam59 is offline Novice
    Windows 8 Access 2013
    Join Date
    Jan 2016
    Posts
    5

    Web based forms and find record

    Hi,



    I have a web based application running on a local version of access 2013. I have a subform showing a tabular view of data. I want to be able to find a record within the table and select that record without filtering the table to only that record if that makes sense. The macro action to goto record is only first, last, next etc.

    Because it's a web form I cant seem to find how to run vba code to do it either.

    Any ideas??

  2. #2
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    Since it's web-based you can only use Macros...VBA is not allowed! Like most of the experienced developers, I never use Macros, as they're simply too rigid.

    But instead of using the GoToRecord, use the FindRecord action.

    Linq ;0)>

  3. #3
    haywam59 is offline Novice
    Windows 8 Access 2013
    Join Date
    Jan 2016
    Posts
    5

    GoToRecord

    Hi

    I don't have a FindRecord action as an option in the Macro design. Am I missing something silly?

    Quote Originally Posted by Missinglinq View Post
    Since it's web-based you can only use Macros...VBA is not allowed! Like most of the experienced developers, I never use Macros, as they're simply too rigid.

    But instead of using the GoToRecord, use the FindRecord action.

    Linq ;0)>

  4. #4
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    Quote Originally Posted by haywam59 View Post
    Am I missing something silly?
    That would be my guess! It's certainly there, in 2007 and according to this

    https://msdn.microsoft.com/en-us/lib.../ff192494.aspx

    it's also there in 2013!

    Linq ;0)>

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Find record based on text box
    By tazzzz in forum Forms
    Replies: 20
    Last Post: 12-21-2015, 01:59 PM
  2. Replies: 3
    Last Post: 08-24-2015, 03:30 PM
  3. Find Button in Forms
    By bagos in forum Programming
    Replies: 3
    Last Post: 07-25-2014, 10:23 AM
  4. Replies: 4
    Last Post: 04-01-2014, 02:33 PM
  5. Replies: 2
    Last Post: 10-13-2010, 07:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums