Search results

  1. F

    creating text boxes dynamically

    Is it possible to create text boxes depending on a value from another text box? Case: depending on the quantity entered, open up enough text boxes to enable the users to input serial numbers for each item delivered. eg: if quantity delivered is 3 I need 3 individual boxes on the form to allow...
  2. F

    Forms behaving badly!

    This is supposed to be a simple form based on order details. Users can choose from 5 combobox values to get the order info on screen. Comboboxes are all based on one query. I then use the order no. to do a DoCmd filter to get the 'order header' info. The subform will then display all the...
  3. F

    Append Queries

    A very happy New Year to you all. I have set up an append query to create supplier orders from orders placed by customers. This is sort of working but it is giving every order item a new supplier order no. So if x items have been ordered from supp A, x supplier orders are produced. And ideally...
Back
Top Bottom