Count characters and play video

G

George

Hello friends - Need your valuable help again.

I have a form (single), e.g. frm_MyList which shows records from tbl_MyList
(myListID - Long Integer, primary key, dateList, notes-memo,
fileLocation-hyperlink). I need the following:

1. I have added a txtbox-unbound in my form, i.e. txtCountChars with default
value 0. When i type each character in the memo field I want to increase by
1 the value of this txtbox in order to show the current typed characters.(I
am currently using the after update of the memo field in order to show the
len of this field into my txtbox).

2. Using the fileLocation which is a hyperlink to a video file I can run the
application, e.g. windows media player to show that video. Is there any way
to add an activeX in my form in order to play this video in my form?

Any ideas will be highly appreciated.

Thanking you in advance,

GeorgeCY
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top