Generated fields in Continuous Forms

Mabuya

Registered User.
Local time
Today, 01:35
Joined
Nov 21, 2006
Messages
12
Hello,

A very short question:

I made this code:

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 value of a selected record in the field SMS.

Many thanks
 
I suppose the field SMS is unbound. In that case I practically
put this field in FORM FOOTER.
 
Well i want it to give the value for every record, not just once
 
It'll give you a value of every current record.
 

Users who are viewing this thread

Back
Top Bottom