Off-topic chat. May contain offensive language or images.
User avatar
By Morals
#69078
I'm waiting for the machines at work to be upgraded to something capable of running Windows 3.0...
User avatar
By Gaspode_The_Wonder_Dog
#69127
local government y'see leading the way as usual.... hmmm
User avatar
By Morals
#69478
I don't work for the government anymore.
User avatar
By Gaspode_The_Wonder_Dog
#69499
i meant me fool.
User avatar
By Stephen.
#71918
Ok bringing this back up, I'm stuck with my ICT Access coursework too and wondered if I may find some help here... Hmm this could be difficult... Anyway it's not the database I'm having problems with, that is up and running, it's the paperwork. Quite a simple question to start with really but I don't know the answer... What are the advantages of Access compared to another piece of database software such as Excel?

I'd appreciate any help and I might be back with more questions!

Stephen.
User avatar
By magenta
#71926
I'd say to help with that you need to look at your objectives and what exactly it is you want the database to do - then compare & think about why Access is superior to Excel in what you NEED from your system. Plus if you have a look you can find loads of information online on the features of both Access and Excel, maybe do a table comparing the features and so on as well as a bit of writing discussing what Access offers to your specific system that Excel doesn't...
User avatar
By Stephen.
#72254
One more question then I'm done...
Is there any way to password protect a form without password protecting the whole database?
If not here's the situation:
I want to be able to have a customer main menu and a staff main menu. Obviously I don't want the customers gaining access to the staff menu so I would like the staff main menu form to be password protected.

Hope that made sense and I'd appreciate the help...

Stephen.
User avatar
By Morals
#72584
I'll look into it and come back to you on that one. Oh, and Excel isn't a database application anyway, so seems a bit strange to be comparing it with Access as they are both designed to do completely different tasks.
User avatar
By Stephen.
#72585
Well I'm only doing what I've been told to be honest.
I'm sure you can create databases in it though.

Cheers for the help, it's gotta be in on Tuesday :?
If there is anything else that you would compare it with then let me know that too and why you would use Access over it...

Cheers,
Stephen.
User avatar
By Morals
#72593
If you're comparing against other database applications you have a few to choose from, such as dBase, Lotus Approach etc. If you're comparing against Excel (which you can't create databases in) then that's pretty much your answer. If comparing against other DB apps look at things like the user interface, functionality (forms, reports etc), the fact you can use VB to enhance the functionality of your database etc.
User avatar
By Sidders
#72629
Stephen. wrote:One more question then I'm done...
Is there any way to password protect a form without password protecting the whole database?
If not here's the situation:
I want to be able to have a customer main menu and a staff main menu. Obviously I don't want the customers gaining access to the staff menu so I would like the staff main menu form to be password protected.

Hope that made sense and I'd appreciate the help...

Stephen.

I'm having a similar problem. I'm supposed to be pasword protecting a database using a ODBC/JDBC driver but for some reason I can't do it. Anybody got any ideas?
User avatar
By Morals
#72660
Stephen. wrote:One more question then I'm done...
Is there any way to password protect a form without password protecting the whole database?
If not here's the situation:
I want to be able to have a customer main menu and a staff main menu. Obviously I don't want the customers gaining access to the staff menu so I would like the staff main menu form to be password protected.

Hope that made sense and I'd appreciate the help...

Stephen.


I'm not sure about protecting an individual form, but I know it is possible to set up a database where you make the user log in when they first open your application, and then certain functions are disabled depending on their status (Admin, Guest etc). Please don't ask me how to do it, as I don't know, but it is possible, although not easy.
User avatar
By Stephen.
#72716
I wrote:One more question then I'm done...

Well it was a lie... So sue me :P

I've just got this to do I think and then I'm done...
Is there anyway that you can have a form close when you leave it.

E.g I have a main menu which leads to a customer menu and a staff menu but when I click one of the command buttons I want the main menu to automatically close other wise it is left running in the background.
(This becomes a problem when I want to do a repeat search later on)

So is there a way to have the form close on exit?

Stephen.
User avatar
By Morals
#72722
Yes. You should be able to do it in VBA quite easily - something like DoCmd.form.close or something - check the Access help file.
User avatar
By Morals
#72724
It's Vis Bas yes, but it's only one line of code. Two tics and I'll check if there's an easier way
User avatar
By Morals
#72726
You can do it using a macro. Create the button, choose event on the properties box and click the down arrow next to on click - choose macro builder, then the first part fo the macro opens your new form and the second bit closes the first form.