Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Daff
  • Order by date
  1. Daff

    Sub-form/form record selection problem

    I have a problem with record selection. I have a form, with a sub-form, which is continuous, and displaying product information (making up an order). In the afterupdate event section of the product name field, I have the following code: Private Sub product_name_AfterUpdate() Dim stDocName...
  2. Daff

    Opening form in text box "afterupdate".

    Is this possible? I'm trying to do it at the moment, and it gives errors. I used the wizard to create a button to do it, and it gives the same error. This is all on a sub-form. What I want to happen: User enters text into sub-form text box, and after update, another form is launched showing...
  3. Daff

    Transferring record information

    What is the best way to transfer record information from one form to another? Say a form is displaying the results of a query, and there are multiple records (eg products). A command button is clicked to select a certain record, and form is closed, and the record copied or transferred to...
  4. Daff

    Using Forms and Querys to search for records in a sub-form

    I'm having trouble trying to do what I want here: I want to be able to select products to put in a sub-order-form, by using keyword searches. Eg: In the sub-order-form, I want a text box, where keywords can be entered - eg "multivit 30". Using Split(), I then need to pass this across...

Part and Inventory Search

Back
Top