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 TouchToneTommy 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: *

  1. seducedbycodes

    Overflow error

    Hi, I'm having trouble with an overflow error with one of my forms. I am resizing a subform depending on how many records it holds each time the user goes to a new record, the size of the subform updates. I resize the Me.Detail depending on how big the subform is. I think this is where the...
  2. seducedbycodes

    Add new record from a form

    Hi, Trying to add new records (containing differing info) to two separate tables from one form containing text boxes and a datasheet. Was trying to implement this using SQL INSERT INTO within VB code, but cannot get it to work. This is for an invoice, i want to send all of the customer details...
  3. seducedbycodes

    Cycling through records in a form.

    Hi, I need to resize a subform each time the user cycles through the records in the main form, what is the event that occurs when the user presses the arrows at the bottom of the form to go to next record? Thanks in advance Bec
  4. seducedbycodes

    Query to find statistical informtion

    Hi, just wondering what would be the best way to find statistical information about a customer (ie the number of quotes for that company and the total cost quoted by the company) There is a table which contains company info and quote info but the number of quotes for a particular company, and...
  5. seducedbycodes

    Stop form displaying all records for subforms

    Just another quick query, i was wondering if it is possible to stop a form displaying a record for (that is the same in the main form) for each record in the sub form. For example If i have a main form key of 1 and subform elements of 1 2 and 3 then the main form will display 3 records each...
  6. seducedbycodes

    Getting the number of records displayed in a continuous subform.

    hello, i want to change the height of a continuous subform depending on how many records it contains. To do this i was going to use NumRecords?? Me.QuoteSubform.Height = NumRecords*RecordHeight this would be placed in the OnLoad event of the parent form
  7. seducedbycodes

    confused about displaying a form for a specific record

    Hi, I want to seach records to display a form relating to a specific quote number. The user will enter the quote number they want in a text box and press a search button which should display the specific quote record on a form. Any Help would be greatly appreciated Thanks
  8. seducedbycodes

    Resize subform to fit its contents.

    Hey, Just wondering how to go about resizing a (continuous) subform at runtime (so the user does not have to do anything) so all of its contents are visiable. This contents may change according to the users request. Thanks
  9. seducedbycodes

    Display images from several records on one form

    Hi, Just wondering if there is any way to display an image (not just its name) within a datasheet. I don't think this is possible but maybe there is some way around it. I have made a form to display a quote and need to show images of all parts that have been quoted, the images are stored in a...

Part and Inventory Search

Back
Top