H
Harry
Hi All.
Within my contious form I would like to change the background color of the
active record.
Browsing through this discussion forum I becam a little bit closer to the
solution, but somehow I cant get it to work!
The data for the form is coming from a query, so I do not have a primary key.
within the header I have placed an unbound textbox (enabled no - locked yes,
background transparant).
The value for this textbox
Private Sub Form_Current()
Me.txtCurrentKey = Me.CurrentRecord
end sub
At the textfield conditional format I have Expression is [CurrentRecord
]=[txtCurrentKey]
But it doesn't change color.
What am I doing wrong????
Greetings
Harry
Within my contious form I would like to change the background color of the
active record.
Browsing through this discussion forum I becam a little bit closer to the
solution, but somehow I cant get it to work!
The data for the form is coming from a query, so I do not have a primary key.
within the header I have placed an unbound textbox (enabled no - locked yes,
background transparant).
The value for this textbox
Private Sub Form_Current()
Me.txtCurrentKey = Me.CurrentRecord
end sub
At the textfield conditional format I have Expression is [CurrentRecord
]=[txtCurrentKey]
But it doesn't change color.
What am I doing wrong????
Greetings
Harry