Search results

  1. G

    List Box - Selection - Populates next List Box

    hello. i also have two list boxes in my form and i follow the recommendation here. here is the final code: Private Sub lstOrg_Click() Me.lstMembers.RowSourceType = "Table/Query" Me.lstMembers.RowSourceType = "SELECT tblMembers.tOrgNick, tblMembers.tFName, tblMembers.tMName...
  2. G

    increment number error

    wow. that was fast. and the code runs without error. thank you wayne :)
  3. G

    increment number error

    i have these code to auto generate member number but the highlighted line generate error 94 - invalid use of NULL: Private Sub cmdGetNumb_Click() 'On click of button a new Member Number is generated and 'focus is moved to tFName field. Me![nMembNum] = NewMembNum() Me![tFName].SetFocus...
  4. G

    how do i test code?

    oh, thank you. its in visual basic tool... :D
  5. G

    how do i test code?

    hello. sorry for the noob question. in foxpro, i can write code and make it run to test if it is right. can i do that in access?
  6. G

    introductions

    hello. i am new too, both in this forum and access. not really a programmer but i understand relational database a bit. hope i would learn more about access. thank you.
Back
Top Bottom