User Profile

Collapse

Profile Sidebar

Collapse
brewer95
brewer95
Last Activity: May 23 '07, 12:27 AM
Joined: Jan 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • brewer95
    replied to How to display most recent record?
    Thanks for the comments. I actually found the Orderby command and was able to have the date of the most recent entry appear first by placing orderby DESC in the VB code.
    See more | Go to post

    Leave a comment:


  • brewer95
    replied to How to display most recent record?
    Sorry about that....
    See more | Go to post

    Leave a comment:


  • brewer95
    started a topic How to display most recent record?

    How to display most recent record?

    I use a form to enter data into a table. The user then has the opportunity to recall the data in the form based on a search to review and update the info. For example, on my menu there is a combo box where the name is selected. Once the name is selected my code recalls the form with the previously entered data.

    The problem I have now is that when the same name is used for a new trip (same person, new trip) my form displays the data...
    See more | Go to post

  • brewer95
    replied to ComboBox to Open a Different Form/Record
    Thanks for the quick reply. When I place the combo box on the form, I only get two choices.

    So here is what I was trying to do in code:

    On the main menu, I have a combo box (cmbfindaircraf t) that is populated with aircraft names from a query table. I am trying to open the "frmaircraftArr ival Form" that displays data for that aircraft.


    Code:
    Private Sub cmbfindaircraft_AfterUpdate()
    ...
    See more | Go to post

    Leave a comment:


  • brewer95
    started a topic ComboBox to Open a Different Form/Record

    ComboBox to Open a Different Form/Record

    I'm an access novice, so perhaps this is a no brainer....

    I am trying to use a combo box on one form (called Menu) to pull a different form (called Aircraft Arrivals) based on the name of an aircraft (assigned as aircraft name in table). So, if I want to see the particular info on say RedPlane1, I select this from the combo box and the form & data, already entered, on RedPlane1 comes up. Any suggestions?

    Than...
    See more | Go to post
No activity results to display
Show More
Working...