Search results

  1. J

    Help with a Formula

    First and foremost,Happy new year!!! i have searched the forum and cannot to get my problem fixed. i have a database that is currently running and i wanted to add something to it. By the way i got most of my help from this forum to build it. Thank you very much. We would like to add a biling...
  2. J

    Question Split Database=Compile Error

    Thanks Rabbie You are a life saver!!! i just checked the references before and after . they were not the same. i then checked all that were unchecked in the process of splitting and it worked. Thanks
  3. J

    Question Split Database=Compile Error

    Thanks Rabbie for your response. How do i do that?
  4. J

    Question Split Database=Compile Error

    i have the following the references checked: 1. Microsoft DAO 3.6 Object library 2. OLE Automation 3. Microsoft Access 11.0 Object 4. Visual basic for application thanks
  5. J

    Question Split Database=Compile Error

    Hi i have searched this forum and received some help from Bob but am still getting the same error on my database. i have one of the form that send appointment to Outlook calendar. the appointments will show just fine when the database is not split but when i split the database, i get Compile...
  6. J

    Compile Error

    Thanks Bob! i have done that too! i keep getting the same error msg. when put the database togehter without splitting the tables and the rest.the appointments are sent to outlook calendar without any problems. But when i link the tables that when i start getting the msg : compile error user-...
  7. J

    Compile Error

    Compile Error Thank you very much for youe response. Here is the message am getting:Msg Msg" Compile error: User-defined type not defined Highlighted code: Dim outapp As Outlook Appointment item Thats what am getting when i try to add an appointment to outlook. thanks
  8. J

    Compile Error

    Hi all, below is my codes i have used ,but i keep getting the same error. please note my database is split. Any help will be appreciated. The database works just fine when it is not split. rivate Sub cmdAddAppt_Click() On Error GoTo AddAppt_Err ' Save record first to be sure required...
  9. J

    Compile Error

    Thanks Keith for your response i don't understand what you by late/ early binding. Remember that the Database works just fine when it is not splitted. the problem starts when i put it on a network by splitting frontend and backend Thanks
  10. J

    Compile Error

    Hi All Thanks in advance for any help i will get. i have a database that works just fine when it is not splinted. i have a form where we can send appointments to Outlook Application but when it is splinted its gives a message (compile error- user-defined type not defined) Private sub cmd...
  11. J

    Help with designing database

    hi i would like to help with your project. i has Origins in Zambia even though am based in the U.S.A. Thanks
  12. J

    Designing (Duplications)

    Thanks for your reply. the table has the following: location name,County,date of the report,name of the person the report is all about, details of the report and action taken or follow up. we don't want to enter the details of report twice on one person. currently theres no way of us knowing of...
  13. J

    Designing (Duplications)

    Hi All, i need help with designing a small database. This is what we do. we receive reports on people in our eight different locations . we then enter all that data in our old database but we have no way of knowing if the data we are entering has been entered already. The people that send us...
  14. J

    Oracles/Access

    Hi all i have been working with access for sometime now. A friend told me about oracles software for database. what is the difference between the two. thanks for all help
  15. J

    Monthly current Information

    Hi All I have searched the forum and i hasnt found what im looking for. i would like for my form(datasheetview) to show information only for the current month. for example ,may it should show may 2008 only. how can i do that any help will be greatly appreciated Thanks
  16. J

    Form protected by password

    Password On A Form Hi i have used the code and its works just fine, but when i try to use a blank password or wrong password i get the message "sorry wrong password" but i click ok its opens the form. what i add to prevent the form from opening when a user uses a wrong or blank password? Thanks
  17. J

    Form protected by password

    Form Password Hi I like this your response can i use this code in access 2003 where in the form properties do i put this code thanks in advance for your all help
  18. J

    Security on Backend

    Hi can i put a password for a backend database without affecting the front end? i have in the past put the backend database on some secured drives and i had problem with the front end. My main concern is to protect the backend which sits on a drive that has no security with it at all. Any...
  19. J

    Error #3219

    My database sits on citrix network
  20. J

    Error #3219

    Hi all i have spliitted my database on the network. i have two forms that are password protected and when i try to open them i get error message error 3219. i have searched microsoft site and found this the below info Public Function testLink() Dim myDb As DATABASE, rstCustomers As...
Back
Top Bottom