Page 4 of 4 FirstFirst 1234
Results 46 to 54 of 54
  1. #46
    orange's Avatar
    orange is offline Moderator
    Windows 10 Office 365
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    dave,

    Please give readers the 30,000 ft overview of what this application is about --no quasi-database terms.
    What issues does the proposed database application solve? What questions will it answer?

    ID TUBE1 TUBE2 TUBE3 TUBE4 TUBE5 TUBE6
    1 6H6 12SK7 73 0 27 01A


    For example- what do tube1 and tube2 mean? Tube 5? Is this an inventory for repair/sale??

    12SK7 -Tube 12SK7 or Röhre 12SK7 ID2637, Vacuum Pentode, Octal (Int.Octal, IO) K8A, USA 1935



    12SA7 -Pentagrid converter designed to minimize frequency drift. They are intended for service as combined oscillators and mixers in AC, storage battery, ...

    1941 Airline 148BR 736A

    Click image for larger version. 

Name:	Radio.png 
Views:	21 
Size:	28.6 KB 
ID:	51459
    Last edited by orange; 02-07-2024 at 07:24 AM. Reason: info

  2. #47
    madpiet is offline Competent Performer
    Windows 10 Office 365
    Join Date
    Feb 2023
    Posts
    154
    The combobox/pulldown has a RowSource property (go to design view). It'll have some query... like this:

    SELECT DISTINCT Sales_SalesOrderDetail.ProductID
    FROM Sales_SalesOrderDetail
    ORDER BY Sales_SalesOrderDetail.ProductID

    Yours is likely missing the ORDER BY clause. just put the column you want to sort by in there.

  3. #48
    Minty is offline VIP
    Windows 10 Office 365
    Join Date
    Sep 2017
    Location
    UK - Wiltshire
    Posts
    3,003
    With the form in design mode, double click on the pull down control (We call them combo boxes). That should open the properties window.
    In the properties sheet window on the right hand side of the display , click the Data tab.

    In the list of properties you will see Row Source.

    Click the ellipses (three dots ... ) at the end. It should open the query designer.

    In the query remove the Ascending sort from the TubeID and instead sort the TubeType column Ascending.

    Close the query editor, save the form and switch back to Normal Form view.

    Bob should now be your Uncle.
    DLookup Syntax and others http://access.mvps.org/access/general/gen0018.htm
    Please use the star below the post to say thanks if we have helped !
    ↓↓ It's down here ↓↓

  4. #49
    daveone23 is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Feb 2024
    Posts
    25
    Minty, I did what you said and it didnt work and I also lost that row source option. It wont sort on that pulldown.
    Attached Thumbnails Attached Thumbnails PROBLEM1.jpg   PROBLEM2.jpg  

  5. #50
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    That is the form properties, not the combo

  6. #51
    daveone23 is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Feb 2024
    Posts
    25
    ok, got it to work. This is a VERY complicated program to use.

  7. #52
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    4,938
    Quote Originally Posted by daveone23 View Post
    ok, got it to work. This is a VERY complicated program to use.
    Are you talking about Access or your App?
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  8. #53
    madpiet is offline Competent Performer
    Windows 10 Office 365
    Join Date
    Feb 2023
    Posts
    154
    Access? I'd have to agree. Unlike other Office apps, where you can fake it, you really can't do that very much in Access. There are a bunch of "rules" that nobody tells you about that you have to follow if you want your app to work. And NONE of it is in the manual. (Like Normal Forms, for example). And then when you get that down, your interface really needs some VBA to make it work... <g>

  9. #54
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,801
    I liken it to it's easy enough to use a hammer. Now let's see you build a house with it. Access is just a tool. Unfortunately, some of its capabilities are (I think) included so as to make it easier for the masses to build something that lets you get by without a good foundation.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

Page 4 of 4 FirstFirst 1234
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Extracting contents from memo fields
    By murgatroyd in forum Queries
    Replies: 6
    Last Post: 03-27-2016, 07:08 PM
  2. Replies: 4
    Last Post: 05-23-2014, 12:22 PM
  3. Replies: 8
    Last Post: 12-21-2011, 05:50 AM
  4. Replies: 3
    Last Post: 03-05-2011, 12:46 PM
  5. Extracting text from XML data
    By rob4465 in forum Access
    Replies: 1
    Last Post: 03-18-2010, 06:41 PM

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