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 Wanet Telecoms Ltd 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 access8

  1. access8

    Subform Filtering

    I received your email and thank you for responding. I sent you several attachments so you can view the errors that I am receiving.
  2. access8

    Subform Filtering

    ok thanks scriverb will do. :D
  3. access8

    Subform Filtering

    I got the synchronization to work by reading this article: http://support.microsoft.com/default.aspx?scid=kb;EN-US;236368 I am still playing around with the code but I sure did not think it would be this difficult. If you have any other suggestions. Please let me know. Thank you very much. :D
  4. access8

    Subform Filtering

    I was at first putting the code u gave me which sort of worked it seems now that anything I do even if I use the original code which was Forms!InvoiceNo!frmInvoices in the default value of the InvoiceNo field in the subform it stil give me the #Name? error. I am not sure why. Any other...
  5. access8

    Subform Filtering

    Nope what I did, did not make too much of a difference it is giving me a #Name? error. It's almost working in fact when I enter a new comment in the subform the #Name? error displays automatically. So in other words in this code it is not recognizing something.
  6. access8

    Subform Filtering

    Ok now I am getting the #Name? message....let me try something with this and post back...:D
  7. access8

    Subform Filtering

    I'm sorry but I do not undertstand. I write the code in the default value of the InvoiceNo field but it gives me an error saying that it cannot find the macro. Does this go in the On Current event???
  8. access8

    Subform Filtering

    Cool. Thank you very much for your help the information you have provided has been helping me little by little. Hopefully by the end of this month I can get this puppy(database) to run as it should. Thank you again :D
  9. access8

    Subform Filtering

    when I create a new record in the frmInvoices the InvoiceNo field in the subfrmComments appears automatically. In the old db, I used [Forms]![frmInvoices]![InvoiceNo] in the default value of the InvoiceNo field but here with the new db it does not allow me it gives me an error of "cannot...
  10. access8

    Subform Filtering

    I'm sorry I forgot to add that when I do that and I open the frmInvoices that is when it gives me the error "Invalid use of null".
  11. access8

    Subform Filtering

    Quote: When you frmAgreements opens is there an InvoiceNo in the control? Or is the error occuring prior to opening? Is the error occuring and then a line of code being displayed? Which one. Not in the frmAgreements, the InvoiceNo field is in the frmInvoices which is linked to the subform...
  12. access8

    Subform Filtering

    It is giving me an error of "Invalid Use of Null". Hmm weird....
  13. access8

    Subform Filtering

    I am not sure if I am doing something wrong but when I open the frmInvoices where the subform is placed a 0 is shown on all records. :S
  14. access8

    Subform Filtering

    I tried going to the build button but it is grayed out. I think I am better demonstrating this than explaining it. Here is how this works: All forms are linked by the AgreementNo field MAIN FORM: frmAgreements Button One: frmTasks (linked by AgreementNo field) Button Two: frmInvoices(linked by...
  15. access8

    Subform Filtering

    Quote: Now the new record row has a blank InvoiceNo which we can prefill for you if that is what you want. Yes this is exactly what I need I am very sure it will be bothersome for the user to input the Invoice No instead of it displaying automatically. Reason why I ask is because I am...

Part and Inventory Search

Back
Top