User Interface?

M

Melissa

Hi there

Is it possible to create a "user interface" (form) in Macromedia flash? and
then use it in an access database?

Im trying to find new ways to create my forms in access, as all the forms I
create are very "Square" (for lack of a better word

Please could someone advise me?

Thank you kindly


Melissa
 
S

Stefan Hoffmann

hi Melissa,
Is it possible to create a "user interface" (form) in Macromedia flash? and
then use it in an access database?
Yes, it is. You can use the Flash ActiveX object and hook into its events.

BUT: I would in this case consider using SilverLight and programming in
a .Net language as it integrates better (imho).
Im trying to find new ways to create my forms in access, as all the forms I
create are very "Square"
This is imho an advantage of Access:

The GUIs provide the same look'n'feel. So the user has not to learn
anything new about it.



mfG
--> stefan <--
 
S

Stefan Hoffmann

hi Stefan,

Stefan said:
Yes, it is. You can use the Flash ActiveX object and hook into its events.
You meant:

Use the MS WebBroser control, display a HTML page containing your Flash
and hook into the before navigate event.


mfG
--> ingrid <--
 
C

Clifford Bass

Hi Melissa,

You can use Access as just the backend database. Any programming
environment that can access Access databases through ADO, DAO, OLE, ODBC or
JDBC should be able to get to the data. Then you can use that environment's
GUI design tools to create whatever you want for the interface.

Clifford Bass
 

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

Similar Threads

Help With MS Access 4
Assistance With Database 1
Version Problem On Access 3
Suburb / City Query 1
Employee Shift Schedules 2
User Permissions? 1
Calendar Form 15
Form using append query ERROR 1

Top