J
JWhitehurst
Hello all. I have been programming for many years, mostly C/C#/Java/etc. and
MySQL or Oracle. However, I am now working with MS Access to create a very
simple database to help associates keep track of hours. I am quickly finding
that MS Access doesn't _appear_ to be able to handle what I want to do. I
figured I would ask here, before I just fall back on writing an application
in C# .NET that references the MS Access database.
Can MS Access do this:
1) I want the end user to not have to deal with the whole "database" idea -
just double click an icon, be greated with a GUI, perform actions, and quit.
Database is updated accordingly on backend. Is this possible? From all I
can see, a user has to open the Database file, then open the form that they
wish to use. I want it more automatic of presenting the GUI. This is what
is mostly leading me to write the application in .NET.
2) Is it possible to generate an up-to-date report from outside of the MS
Access application? Examples: Allow reports to be generated from within a
..NET application. I am picturing an MS Access DB object in .NET that then
lets me generate up-to-date reports that have been created/designed within
Access, and present me with a file (pdf?) of some sort - can .NET/Access do
this? Or would I need to generate reports within the .NET application by
hand (i.e., use queries to get data, but layout for printing manually)?
3) I had originally planned on using MS Access Page wizards/design tools to
just have the users use a webpage to enter their information. Unfortunately,
the Page object seems to be very limited in what it can do (compared to a
Form). Example: Pages cannot run Macros, etc. - is this right (I was hoping
it would convert macros to j/s or something).
Thank you for your help,
MySQL or Oracle. However, I am now working with MS Access to create a very
simple database to help associates keep track of hours. I am quickly finding
that MS Access doesn't _appear_ to be able to handle what I want to do. I
figured I would ask here, before I just fall back on writing an application
in C# .NET that references the MS Access database.
Can MS Access do this:
1) I want the end user to not have to deal with the whole "database" idea -
just double click an icon, be greated with a GUI, perform actions, and quit.
Database is updated accordingly on backend. Is this possible? From all I
can see, a user has to open the Database file, then open the form that they
wish to use. I want it more automatic of presenting the GUI. This is what
is mostly leading me to write the application in .NET.
2) Is it possible to generate an up-to-date report from outside of the MS
Access application? Examples: Allow reports to be generated from within a
..NET application. I am picturing an MS Access DB object in .NET that then
lets me generate up-to-date reports that have been created/designed within
Access, and present me with a file (pdf?) of some sort - can .NET/Access do
this? Or would I need to generate reports within the .NET application by
hand (i.e., use queries to get data, but layout for printing manually)?
3) I had originally planned on using MS Access Page wizards/design tools to
just have the users use a webpage to enter their information. Unfortunately,
the Page object seems to be very limited in what it can do (compared to a
Form). Example: Pages cannot run Macros, etc. - is this right (I was hoping
it would convert macros to j/s or something).
Thank you for your help,