Strike through feature?

de049

Registered User.
Local time
Today, 00:05
Joined
Sep 24, 2001
Messages
18
Hi guys,

I want to include a command button on my form that will strikethrough the selected record. I will explain my from's setup.....

I have a single form which contains a listbox displaying the records held in my table. However, only 3 columns are shown in th listbox. Once the user carries out his search and finds the record he is looking for, by clicking the record on the listbox, the complete info for that record will appear in the corresponding texboxes that are also on my form.

My idea was when the user clicks on the required record on the listbox, by pressing a command button the selection would appear "strikethrough(ed)" :p even in the textboxes.

hope i haven't confused y'all too much :)

many thanks for any help!!
 
I do not believe that Access has the font option of "strike-through". You could change the font attributes [color, style, bold, etc.] or the background color to alert the user visually.
 

Users who are viewing this thread

Back
Top Bottom