Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    jo15765's Avatar
    jo15765 is offline Expert
    Windows 7 Access 2000
    Join Date
    Nov 2010
    Location
    6 Feet Under
    Posts
    672

    I like the setup of the form, but I am not seeing how if I input a price into the Price field it header it is not displaying or taking me to the product with that price. This set up works great for a small scale project as I can just scroll down and see prices, but if it grows exponentially, I am going to need a way to search for that one price I am needing. I want to be able to type in a price, and it take me to the product that is, or has been that price in the past.

  2. #17
    ssanfu is offline Master of Nothing
    Windows 2K Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    There are hundreds of ways to design the forms. Here is one I threw together in about 15 minutes......

  3. #18
    jo15765's Avatar
    jo15765 is offline Expert
    Windows 7 Access 2000
    Join Date
    Nov 2010
    Location
    6 Feet Under
    Posts
    672
    Is there a way to do the adding of new records, and the searching the input records all on one form?

  4. #19
    ssanfu is offline Master of Nothing
    Windows 2K Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Quote Originally Posted by jo15765 View Post
    I like the setup of the form, but I am not seeing how if I input a price into the Price field it header it is not displaying or taking me to the product with that price. This set up works great for a small scale project as I can just scroll down and see prices, but if it grows exponentially, I am going to need a way to search for that one price I am needing. I want to be able to type in a price, and it take me to the product that is, or has been that price in the past.
    You opened the search form, entered a price and clicked the big search button???

  5. #20
    jo15765's Avatar
    jo15765 is offline Expert
    Windows 7 Access 2000
    Join Date
    Nov 2010
    Location
    6 Feet Under
    Posts
    672
    the first database search feature wasnt working, but it is working in the 2nd. is there a way to search and enter data on the same form?

  6. #21
    ssanfu is offline Master of Nothing
    Windows 2K Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Quote Originally Posted by jo15765 View Post
    the first database search feature wasn't working, but it is working in the 2nd. is there a way to search and enter data on the same form?
    Yes, but there needs to be more done so that The date and price isn't accidentally changed......

    (and I found I a couple of errors in the previous...... but they are fixed..)

  7. #22
    jo15765's Avatar
    jo15765 is offline Expert
    Windows 7 Access 2000
    Join Date
    Nov 2010
    Location
    6 Feet Under
    Posts
    672
    oh i agree. i was going to add the code to the afterupdate() of the form, so that once the record was added me.productname.enabled ~ false and me.price1.enabled ~ false so that the user will only have the option to enter a new price, or search for products with a certan price point. Do you know of a way to add records and search off of the same form?
    Last edited by jo15765; 12-23-2010 at 08:18 PM.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Multiple fields in combo box
    By spqr in forum Forms
    Replies: 2
    Last Post: 10-07-2010, 06:52 AM
  2. Replies: 3
    Last Post: 09-29-2010, 09:31 AM
  3. Replies: 4
    Last Post: 09-22-2010, 01:47 AM
  4. Help with a search feature or combo box
    By jmanis in forum Forms
    Replies: 14
    Last Post: 07-06-2010, 06:38 AM
  5. Multiple Fields In One Combo Box.
    By caljohn527 in forum Forms
    Replies: 1
    Last Post: 02-20-2009, 03:07 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