Hello,
A very short question:
I made this code:
Private Sub Form_Current()
Me.SMS = "ID," & [PCname] & "," & [MAC] & [Serial] & [Make] & [Model] & ",,,,,,,,,,,,,,,,,,Y,tmnl\ID00xxxx"
End Sub
It works on a single form, but i need it to work on a continuous form, as it is now it'll put the...