Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. ' Forms!Boxes!Combo1.Column(3) = Me.Text29.value
  2.  
  3. ' Set Me.Combo1.Column(3) = Me.Text29
  4.  
  5. ' myForm.Recordset.Fields(Combo1.Column(3)).Value = "Me.Text29"
  6.  
  7. ' Master.Combo1.Column(1).Fields(Info1).Value = "Me.Text29"
  8.  
  9. ' Table![Master]![Combo1.Column(1)]![Info1] = Me.Text29
  10.  
  11. ' INSERT INTO Master ([ID], [Info1])
  12. ' VALUES ([Combo1.Column(0)], Me.Text29)
  13.  
  14. ' Update Master
  15. ' Set Info1 = Me.Text29
  16. ' WHERE ID = [Combo1.Column(0)]
  17.  
  18. ' Table!Master![Combo1.Column(1)]!Info1.ControlSource = Me.Text29
  19.  
  20. ' Update Master
  21. ' Set Me.Combo1.Column(3).Fields(Info1) = Me.Text29
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement