Search results

  1. E

    Form controls not appearing at runtime

    Hi All, I've created a form in design view with a number of controls: buttons, test boxes, ect... Wherever I try to to view it in form mode the form comes up but none of the controls are viable. All are set to visable in the properties of each control. Has anyone camae accross thsi...
  2. E

    Question Compile error appears after running security wizard

    Hi All, I have an mdb, which complies without problem. I ran the security wizard on the mdb and try to compile it to an MDE and it pops up with an error. the error message is "User-defined type is not defined" as applies to the following code : Anyone know what the cause of this is ? -...
  3. E

    Securing a DB when user dosen't use shortcut

    Hi All, Here's my problem... I have a DB (DB1) and a workgroup (WG1.mdw) and a bush of users with different levels of access . At the minute users have a shortcut set up on their desktops, which bring them though the workgroup and they sign in with username and password. Just wondering is...
  4. E

    New page for every detail [Help]

    Hi All, I have a report which has serveral record under details heading which should all be on one page. However on one computer the report prints with a new page for every detail. Any idea whats causing this ? - Elfman
  5. E

    Autonumber given crazy negitive numbers

    Hi All, I have a table with starts with an autonumber as a primary key. Recently it has been giving out crazy high and sometimes negative numbers when a new record is created Dose any know what might cause this? p.s. I've tried compacting and repairing the DB - E|fmAn
  6. E

    Access slow to load [really really slow!]

    Hi All, I'm having trouble with access. Basically it has been very slow to load (over 30 seconds when not opening a database) and when opening a database it just crashes. Has anyone any idea what could cause this as it worked fine before ? also would a reinstall help ?? -Elfman
  7. E

    "Add new record" not auto assigning auto number

    HI All, My Problem: - I have a qry made up of 2 tables - 1 of the tables has an autonumber primary key - a made a form from this qry - It all works fine except that when I go to add new record it dosen't assign a new number for this filed and i get an "invalid use of null" error any...
  8. E

    Excel obj referenece keeps going missing !!

    Hi all, I'm having a bit of trouble with references. Several databases on my local network have begun to continually have trouble with he excel object reference. Whenever one of these databases s started up I have to go to debug menu to refresh eh reference. Can any tell me why this is and...
  9. E

    Access can't remember where it put it's references

    HI . that didn't do the trick still have to refresh references everytime it's opened.
  10. E

    Access can't remember where it put it's references

    Hi All, I have an Access DB, which keeps having a problem with resources. When I go in and refresh the resource, it works fine.. For a while then same problem comes up again. I've had to refresh the references several times this week. Is this down to a bigger problem? - Elfman
  11. E

    Problem passing parameter to report [DoCmd]

    Oh wait cancel that seems to have done it but now it's telling me hummmmm don't like this DB By the way thanks for all your help on the other error message
  12. E

    Problem passing parameter to report [DoCmd]

    Still no luck I'm afraid still saying syntax error. Quick Q do i need any special setup on my form to pass parameters ??
  13. E

    Problem passing parameter to report [DoCmd]

    Well I changed the col count to one cos that’s all I have still same problem. I tried putting the & "" at the end but no good I'm afraid, The actual error message says and finds the right name
  14. E

    Problem passing parameter to report [DoCmd]

    It's set up as col count = 2 Name and CboName are def right. mmm a bit stumped am I
  15. E

    Problem passing parameter to report [DoCmd]

    Hi All, Here's what I've got so far: - A form with several combo boxes with filed that the suer can choose to filter a report by. - Each Combo Box has a button beside it with has the code behind it. - I have managed to get the code the work for some but it won't for other Example ...
  16. E

    Adding a number to a date [Can date cope]

    Ah that's perfect fair play -Elfman
  17. E

    Adding a number to a date [Can date cope]

    Here's what I currently have: - A table with a number of fields about a course - A course commence date - A number of days the course will take field - No course end date Is there a way to easy add one field to the other to: Give end date i.e. do I need to write the code to validate all...
  18. E

    [HELP] CDreating groups for a shared Db

    Hi All, I wanted to create 3 groups for a db, which is on a network and access by several people. I have been able to create groups and users and assign rights but they seem to be related to my instance of access not the DB as I’m asked for a password for all db's now. How can I associate...
  19. E

    [HELP] Can't add multiple records to sub form

    I tried to explain this before and i didn't do such a great job so after a little more investigation I’ll have another stab at it: 3 forms A, B, and C derived from 3 tables tbl A, tbl B, and tbl C. tbl A : 1 <--> many : tbl B :1< --> many : many tbl C Frm C embedded in Frm B embedded in...
  20. E

    [Help] Cant add new record to subform

    OK It will allow me to enter a new record if I go to the last record and go over 1 but not with the new record command and it will store the new record but when I open the form again it will only display one record . ...Confused , I am
Back
Top Bottom