Results 1 to 2 of 2
  1. #1
    mwieting is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2018
    Posts
    1

    Form Setup

    I am trying to create a very simple database/application. Right now in my main table i have a list of my virtual servers, the vlan/network they run on, a backup tag, and a few other things. My other fields are Date, Intial, and Notes. These 3 fields are meant for users to enter any changes they made to a virtual server, enter there initials, and the enter the date of the change they made.
    What i want is a form that you can Choose a server from a dropdown and then have a pop up entry form that displays all the servers basic info (from the server table) and also have the ability to enter notes, initials, and date.
    An alternative to a drop down would be to have something like this

    A B C D E F ....IF the user is looking for a sever that starts with an A, youd hit A and all the servers that start with A would populate. Then when you select the server youd have the same popup as discussed previously.



    Any help would be appreciated.

  2. #2
    Micron is online now Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    Suggest you base a form on a query on this table rather than the table itself. I don't see why this couldn't/wouldn't be a form with textboxes for the server details, and an unbound combo box whose row source is a query on your server field in your main table. If you want to filter the server list as a user types in the combo box, this is a fairly easy and common topic. If you Google "ms access combo box filter as you type" you'll get tons of hits. Pick one that closely resembles your setup (i.e. considering text vs numbers in a list or anything else that may be relevant to you). The reason for the query suggestion is that it can provide more flexibility going forward. Just make sure that it can be edited before you create the form, and any time you modify the query structure.

    Note: Date is a reserved word and should not be used for object or variable names. It's also can become meaningless down the road. Something like ChangeDate, or ChgDte would be more helpful. If you adopt a proper naming convention, you will almost never have this problem.

    EDIT: forgot to mention that I'm not seeing a need for a popup form at all. A single form can work (without the combo) whereby you just cycle through the records if there aren't too many. Another possibility is a form/subform with the main form containing the combo and the subform the detail textboxes. If the subform has navigation controls, you can cycle through only the records that are related to the combo box selected value. Then there is the split form, but I have to confess I've rarely used them, so I'm just throwing that out here. It may not apply to your situation, but it is something for you to investigate.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

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

Similar Threads

  1. Setup Login Form
    By harpreett.singhh@gmail.co in forum Access
    Replies: 1
    Last Post: 03-16-2014, 09:10 PM
  2. Form Setup Help
    By kgbo in forum Forms
    Replies: 1
    Last Post: 08-14-2013, 03:28 PM
  3. Help or Guide to Particular Form Setup
    By Zephyx in forum Forms
    Replies: 2
    Last Post: 06-27-2013, 03:53 PM
  4. MS Access Form/Query Setup
    By Datatech in forum Database Design
    Replies: 5
    Last Post: 05-31-2012, 12:08 AM
  5. Replies: 1
    Last Post: 08-19-2011, 02:53 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