Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Option Compare Database
  2.  
  3. Private Sub Command2635_Click()
  4.     DoCmd.OpenForm "frm_crf_select", , , "tbl_patients.ID = " & Me!db_id & ""
  5.     DoCmd.Close acForm, Me.Name
  6. End Sub
  7.  
  8. Private Sub Command1841_Click()
  9.     Me.[6MWT].SetFocus
  10. End Sub
  11.  
  12. Private Sub Command1842_Click()
  13.     Me.[MacNew/SF36].SetFocus
  14. End Sub
  15.  
  16. Private Sub Command2041_Click()
  17.     Me.[EQ5D/MacNew].SetFocus
  18. End Sub
  19.  
  20. Private Sub Command710_Click()
  21.     Me.Treatment.SetFocus
  22. End Sub
  23.  
  24. Private Sub Command717_Click()
  25.     Me.Baseline.SetFocus
  26. End Sub
  27.  
  28. Private Sub Command720_Click()
  29.     Me.[6MWT].SetFocus
  30. End Sub
  31.  
  32. Private Sub Command907_Click()
  33.     Me.Treatment.SetFocus
  34. End Sub
  35.  
  36. Private Sub Command908_Click()
  37.     Me.[EQ5D/MacNew].SetFocus
  38. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement