Search results

  1. K

    Form used for Calculations

    Hi all, I want to create a form that will be used strictly for calculations. There will be two text input fields. The calculations will be based on data that is stored in the database in various tables. For example: User selects a category, a multiplier factor, and a finishing code...
  2. K

    Limit Combobox based on Open Form

    Hi all, I have a combobox that displays items from a lookup table. I need to limit the list of items in the combobox based on the form that the user opens. For example: User opens form for entering Mirror Codes. The combobox in the form should only display the corresponding items from the...
  3. K

    converting text field to double

    Hello, I have a Text field in which I enter measurements such as : 32 1/2, 24 1/8, 15 3/4, etc. I need to convert the value in the field to a double in order to do some calculations. For example: 32 1/2 -> 32.5 24 1/8 -> 24.125 Thanks, Julio
  4. K

    Form, Subform & Underlying Query

    Hello all, I've been reading this group for a while now in preparation for my first access project, and now I've run into a problem. I'm setting up a Purchase Order database that will store my company's items, purchase orders, and vendor information. The underlying structure is as follows...
Back
Top Bottom