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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by seducedbycodes

  1. seducedbycodes

    Overflow error

    so is there any solution?
  2. seducedbycodes

    Overflow error

    eeeek...so am i supposed to make things such as Me.Detail.Height a long data type, how is this done... Changed the difference var to long, but that wasn't the problem
  3. seducedbycodes

    Overflow error

    heheheh....dammit i'm silly thanks a million :)
  4. seducedbycodes

    Overflow error

    about 40000? This is just a guess, i have these values printed on the form except they do not update when the error occurs,
  5. seducedbycodes

    Overflow error

    Me.Detail.Height = Me.Detail.Height + Difference is highlighted where Difference = Me.QuoteParts.Height + Me.QuoteParts.Top i don't do any division anywhere within the code?? it's puzzling
  6. seducedbycodes

    Add new record from a form

    Thankyou for your suggestion and i tried this option but ran into a difficulty... I'm having trouble entering data into the subform in datasheet view. As soon as i change this forms data entry property to yes the subform becomes empty and there are no rows to enter or change any existing data...
  7. 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...
  8. 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...
  9. 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
  10. seducedbycodes

    Keep form from opening if no data?

    Hi, I just tried to implement the code given above in cmdOK_Click() but get Run-time error '2001': You canceled the previous operation on my DCount line: If DCount("Name", "QUOTE") = 0 Then
  11. seducedbycodes

    Stop form displaying all records for subforms

    I don't quite understand what you mean by joining the header table to the item table. I only want one quote displayed for every quote number, at the moment it displays multiple quotes for a quote number (which are all the same) as there are different part records for the quote number in the...
  12. 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...
  13. seducedbycodes

    confused about displaying a form for a specific record

    Ok now only the header is displayed and i get error# 2455 saying that You entered an expression that has an invalid reference to a property Form/Report Thanks a lot for your help Appreciated Muchly
  14. seducedbycodes

    confused about displaying a form for a specific record

    it's still only displaying the first record. Must be a silly mistake i'm overlooking. Could it be anything to do with the relationships i've set up

Part and Inventory Search

Back
Top