Search results

  1. J

    Display Fields in Search Form

    Hello, I am creating a search form where an end user can enter a field in a text box, then hit a command button and values are returned. The problem is I have two fields that are text (cardholder and approving official) and the values are being returned as numeric in the form. I am expecting...
  2. J

    Issue Database Design

    I've created a database that I am using to track issues. I have two tables. Contact table that consist of the following columns: ID, full Name, Position, Site, HierLevelSix, and CC Issues table consists of the following columns: Monthly, CH_ID, AO_ID, DateIssueOpened, LastUpdateDate...
  3. J

    Form not Updating Table Properly

    Hello, I am going to try and provide more detail. I want to do the following. I have a combo box with a field named "Approving Official". This will contain names. In the same form i have a number field (AO_CC-text box) that i want to update automatically based on the "Approving Official"...
  4. J

    Update Value in Combo Box

    Hello, I want to be able to update value in text box based on the value in a combo box. This would be in a Access form. For example, I have the following values in a table. Name Number Johnson 1234 Curtis 5678 Jones 2468 In my form, one...
Back
Top Bottom