Search results

  1. C

    Library database help

    Doesn't seem to work... Take a look.
  2. C

    Changing sub-forms on the same form?

    Eh?... Anyway, excellent. Exactly what I was after. :)
  3. C

    Changing sub-forms on the same form?

    Ah you beauty. So so so simple. Shame the result query thing is so ugly and grey I cant change this can I...
  4. C

    Changing sub-forms on the same form?

    I need parameter queries - take a look.
  5. C

    Changing sub-forms on the same form?

    I don't quite understand. I'm a newbie to VB, sorry! The wizard make a form open "on click", but I need a subform on the same form, which it can't do...
  6. C

    Changing sub-forms on the same form?

    Is it possible to change which subform is displayed by pressing a button, on the same form? Each subform is based on a parameter query if that has relavence.
  7. C

    Parameter query in a form

    Got it, cheers.
  8. C

    Parameter query in a form

    The square at the upper left seems to move the subform around - the cursor turns into a hand.... ??
  9. C

    Library database help

    I want to be able to have the background colour different when I open the database file. I do not know how to create a function or anything. I do not know what to do with the word "autoexec" I have next to no VB ability!
  10. C

    Parameter query in a form

    I can't find how to change to continuous view anywhere! Where is it?! Cheers.
  11. C

    Library database help

    No-one?? :o
  12. C

    Parameter query in a form

    Hi. I have a parameter query viewed in a form. How do I show the results in a list rather than singular? Other than a report... Thanks!
  13. C

    Library database help

    Problem 2) I'm useless at VB stuff.. :( Here's the colour change code: Private Sub bChangeToWhite_Click() SetMDIBackGround (16777215) End Sub Do I call the module thing "«Autoexec»" or do I write it in the code somewhere? p.s. its the grey background of the main window, not a form
  14. C

    Library database help

    Problem 1) Change of plan. I need it to say "On Shelf", or "On Loan" rather than a chack box... :o
  15. C

    Library database help

    Hi. Newbie questions here... 1) I am making a library database. I created a simple query to identify books on loan. I need a form to browse all books, not just the unavailible books. However it needs to show that the book is unavailible/onloan (like my query identifies), perhaps by changing...
  16. C

    Help on switchboard -> password etc

    Ok.. Im getting there... I have 3 groups: "admins", "teachersgroup", kidsgroup" I have 3 users: "admin", "teacher", "kid" I set user permission. How do I create a log on screen and passwords? How do I set what they see e.g. which forms/reports etc are avalible to them?
  17. C

    Help on switchboard -> password etc

    Hi. In my database it opens up in switchboard mode. Is it possible to create a password within a switchboard? I also different levels depending on which switchboard item they choose. e.g. if they click "student" rather than "teacher" How do I acheive this? Thanks!
  18. C

    Security

    Hi. I made it so you can't see "tools" toolbar in startup. How do I undo this? I think this option is under tools - that I cannot see unless I close the file. EDIT: OK if you hold down SHIFT....... I still cant find an easy guide for basic security. I did find...
  19. C

    disappearing data - switchboard

    One more thing - Im confused about security. Here's what I'm aiming for: - 3 groups - teachers, children, and admin. - A password promt for each in the switchboard. I tried making it so there are no toolbars, but now I can't use them!! How do I change this? Also, if I can change this...
  20. C

    disappearing data - switchboard

    I see... all sorted - what a basic mistake. Thanks.
Back
Top Bottom