Recent content by GreenJay

  1. G

    Passing NewData from one Form to another.

    Great. I passed the data in the Form's OpenArgs and it works great. Thanks smig!
  2. G

    Passing NewData from one Form to another.

    Hello All, I have a form called frmSchedule. Within this form, I have a combo box called cmbCD. I have code in the cmbCD NotInList Event. If the user inputs a number not in the list, the folowing code opens up a new form (frmPatients). The user can now add a new record to the database...
  3. G

    DCount function with Combobox Criteria

    Thanks for all the great info. It works wonderfully now!!
  4. G

    DCount function with Combobox Criteria

    Thanks for your help MarkK. It works great now!
  5. G

    DCount function with Combobox Criteria

    I am working with MS Access 2003 I have a form (frmCalendar) with a textbox (tbDay) and a combobox (cmbLineName) I want to count the number of records based on the criteria from cmbLineName, and show the result in tbDate. Inside the Control Source of tbDate I put in the following...
  6. G

    Hi from Texas, USA

    Howdy World! I first learned the basics of Access in 2007 while taking a bioinformatics course in College. I never had to use the program after the semester ended for anything other than my own personal reasons. However, in December of 2013 my company needed to create a database to more...
Back
Top Bottom