Recent content by newbie4access

  1. N

    Table Design / Insert Subdatasheet = Confusion

    On one of my old databases, I am trying to update from one crazy huge table to many smaller tables. Because it's all about the Item, the ItemID (pk in Item_t) will be fk in many other tables (but not all of them) with a one-to-one relationship. Thus when in datasheet view of my Item_t (table)...
  2. N

    Need assistance finding code error CALCULATION #Error

    I'm going to try the subform way now
  3. N

    Need assistance finding code error CALCULATION #Error

    plog, Hi again ... I am trying your setup with the fees. But I am confused (sorry). I see how this would work if the fees remained the same, but ... all of the fees will almost always be different, never set nor consistent. For instance, a Listing Fee amount can be zero (with a special offer...
  4. N

    Need assistance finding code error CALCULATION #Error

    MarkK, I will try this too. Thank you so kindly for the head start. :)
  5. N

    Need assistance finding code error CALCULATION #Error

    plog, I will try this :) Don't be surprised if I have more questions along the way :) Thanks
  6. N

    Need assistance finding code error CALCULATION #Error

    Can anyone kindly share or demonstrate how to start coding this in VBA?
  7. N

    Need assistance finding code error CALCULATION #Error

    BlueIshDan Hi, I removed it; I still get the same #Error/s.
  8. N

    Need assistance finding code error CALCULATION #Error

    MarkK, I appreciate your help. I have not learned VBA yet. All the VBA books on Amazon require previous knowledge, even the beginner books (which is where I need to begin). It seems nuts to buy a beginner VBA book that requires VBA knowledge. Do you know of any truly beginner resources? plog...
  9. N

    Need assistance finding code error CALCULATION #Error

    This works ... Item Expense =(Nz([AcqPricePd],0)*Nz([AcqQuan],0))+Nz([AcqMiscFeePd],0)+Nz([AcqTaxPd],0)+Nz([AcqShipgPd],0)-Nz([AcqDiscAmount],0) This works ... Item Sold...
  10. N

    ComboBox oddity

    Re: ComboBox oddity / the value you entered isn't valid for this field However, when I am adding a 2nd combo box made just like the other (Designer) to the same form, I am getting a new error: "the value you entered isn't valid for this field". I am unable to save data to the table via the form...
  11. N

    ComboBox oddity

    Awesome! That worked great! Thank you!
  12. N

    ComboBox oddity

    I have a combo box that I'd like to get data based on specific contact types for the user to choose from - like designer, so the user does not see irrelevant contact types like maker (unless it's a designer & maker). The good news is, I have made this work in theory, but the bad new is when it...
  13. N

    Calculated Field Error: Cannot define field more than once

    Hello :) I use access 2010. I am assuming by the error code, one can not use a calculated field to calculate another field. Clarification would help. Thanks n advance.
  14. N

    Counting the number of records on a form

    Never mind - I figured it out!
  15. N

    Pop Up Instructions

    There is a video on youtube that discusses this. I apologize for not recalling the link. I am no expert, but look into form "popup" and "modal". You may or may not need more code from there. I do not know any code yet. I'm a newbie.
Back
Top Bottom