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 strongm 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. suprarob

    Having a problem with a subform counter.

    OK... I'm going to sound dumb, but here it goes. Do I paste the first code into the form code? And do I need to replace any text with my db info? Like I said before This is my first shot aat making a db. So, your patience is appreciated. Thanks again, Rob
  2. suprarob

    Having a problem with a subform counter.

    Sorry about that. Like I said I am a newbie here and on access. Here is the code: Dim temp As Integer Dim msg, Title, Defvalue, Answer As String 'Go to last record and make sure it is not null DoCmd.GoToRecord A_FORM, "frm_Sub1", A_LAST If IsNull(Sub_Forms![frm_sub1]![RelayID]) Then...
  3. suprarob

    Having a problem with a subform counter.

    Hello, I am a newbie to this forum. I have a subform that I need to have an incrimental counter. The code that I have been trying to make work, keeps coming back with a runtime error. It won't open the subform. Form structure frm_Main frm_sub1 Thank you for your help, Rob.

Part and Inventory Search

Back
Top