+ Reply to Thread
Results 1 to 6 of 6

Displaying Acces rows from a UserForm

  1. #1
    Registered User
    Join Date
    11-08-2014
    Location
    london
    MS-Off Ver
    2013
    Posts
    49

    Displaying Acces rows from a UserForm

    Hi I was hoping for some help to be able to show a series of rows for a specific product reference (usually 3 or 4 rows) from my access DB in a userform.

    My access DB is called ActinicCatalog.MDB. I have the query in Access that brings back all the rows for all products.
    Please Login or Register  to view this content.
    I have 2 big stumbling blocks:

    The first is how to incorporate this into my userform (calling the query and displaying the results in a table).

    The second is I want to pass to the query a specific product reference ( Product.[Product Reference] ) so I just get the rows for that product

    Being honest I have not tried to get data from an Access DB into Excel before so a basic code structure would really help to get me on the right path.

    Many thanks

    Tony

  2. #2
    Forum Expert
    Join Date
    10-09-2014
    Location
    Newcastle, England
    MS-Off Ver
    2003 & 2013
    Posts
    1,986

    Re: Displaying Acces rows from a UserForm

    The following code will run an SQL query on the database and return the results to the Excel spreadsheet, simply replace the details of your DB and path in the cnn.Open line and your own SQL query in the SQL= bit

    Please Login or Register  to view this content.
    I then have a userform which opens on this data when you double click a row. The form has the following code in it:

    Please Login or Register  to view this content.
    Basically, all you do is assign the relevant cell value to each field, the PrevRecord and NextRecord buttons then allow you to move records, simply by adding or subtracting 1 from the row number and refreshing the form.
    If someone has helped you then please add to their Reputation

  3. #3
    Registered User
    Join Date
    11-08-2014
    Location
    london
    MS-Off Ver
    2013
    Posts
    49

    Re: Displaying Acces rows from a UserForm

    Thank you so much. I will have a go

  4. #4
    Registered User
    Join Date
    11-08-2014
    Location
    london
    MS-Off Ver
    2013
    Posts
    49

    Re: Displaying Acces rows from a UserForm

    Hi. Thank you once again.

    I have got the query returning results. They are the same as running it in Access apart from it is not excluding rows that have a '*!*. The code is WHERE ...... ((Product.[Product Reference]) Not Like'*!*' )

    Please Login or Register  to view this content.
    Any ideas why it is ignoring this part?

    Many thanks

    Tony

  5. #5
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,644

    Re: Displaying Acces rows from a UserForm

    Try replacing the wildcard * with %.
    If posting code please use code tags, see here.

  6. #6
    Registered User
    Join Date
    11-08-2014
    Location
    london
    MS-Off Ver
    2013
    Posts
    49

    Re: Displaying Acces rows from a UserForm

    Thank you. That's sorted

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Help With Displaying Currency In A Userform
    By VBTroubles in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-22-2013, 09:36 AM
  2. UserForm not Displaying Correctly
    By Strugglin in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 02-01-2009, 09:02 AM
  3. Loop to acces various rows
    By Mhek in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-12-2006, 05:10 PM
  4. Displaying one userform from another
    By CFD in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-06-2005, 01:18 AM
  5. [SOLVED] PROBLEM DISPLAYING USERFORM
    By john.9.williams@bt.com in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-09-2005, 09:06 AM

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