Search results

  1. K

    if studentid textbox is empty then display form?

    it is ok got it working! Thanks
  2. K

    if studentid textbox is empty then display form?

    Hi there, I am trying to put a condition on a find student button so that tutors can only find a student to add to a record if the record is a blank one. The easiest way to do this is to write an if statement to check if there is a studentid in the record. If there is a studentID in the record...
  3. K

    Double click listbox item to copy record to a table in another database

    I have also tried the following code: Conn.Execute ("INSERT INTO tbl_Student SELECT * FROM tbl_Student_Test IN 'F:\ASK_Database_v7_be.accdb' ") But this brings up the error message 'object required'
  4. K

    Double click listbox item to copy record to a table in another database

    Thanks for replying. How do I do the link part? Do I open the ASK_DATABASE right click tbl_student - import and try to link to the student table in my search database? Or should I be using the linked manager? This is a greyed out option you see.
  5. K

    Double click listbox item to copy record to a table in another database

    Hi there I have a search form which works as follows: User types in a studentid and a list box refreshes and displays any matches What I need to do now is on double-clicking a match, I want that record to be copied to table tbl_student in a database called ‘Ask_dbase’. The student table fields...
  6. K

    Is there a similar function to excel's activeworkbook.save for access?

    The users that are using the database are academic tutors so they use it to record notes on the tutorials they have given to students. This is why they are on the form for sometimes 15 mins or longer. The reason for an autosave is because there have been some network connection problems which...
  7. K

    Is there a similar function to excel's activeworkbook.save for access?

    that is a good idea. Any idea how to achieve that? :)
  8. K

    Is there a similar function to excel's activeworkbook.save for access?

    Hi further to my original post, I decided to just put a save button on the form and explained to the users that this was available to click at any time to save the record. Some of the users would prefer an autosave, rather than having to click the button to save. One part of filling out a...
  9. K

    Spell check only a single field in a specific record

    This code is exactly what I am looking for but I want to put it behind a button as opposed to the actual textbox. How can I edit the code for this? Thanks Kate
  10. K

    Spell check just current record?

    Hi there, I have a database with a form to record tutorial notes. I have autocorrect on a memo box but users seem to use the general spell check button from the main menu then wonder why this goes through all the records and checks the spelling. Is there a way to get the spell checker to just...
  11. K

    how to open another database from a cmd button?

    Hi there, I have a form in a database with a button. On clicking that button I want another database file to open. Any ideas how I can do this? Thanks Kate :)
  12. K

    Delete particular record if user of form the record creator?

    Thanks for replying. I had a button on the form 'filter by tutor' . This then changes the listbox to show only that particular tutors records in. I wrote a simple IF condition around this and it is working!
  13. K

    Delete particular record if user of form the record creator?

    Hi there, I have a tutorial history form which allows tutors to view their tutorials and delete any that were created in error. The trouble is, at the moment my delete code allows users to delete any tutor records when really it should just be there own. If MsgBox("Are you sure you want...
  14. K

    Error message 3847 rewrite code from DAO to ADO

    I am trying to connect to an oracle view which interfaces with an oracle database.
  15. K

    Error message 3847 rewrite code from DAO to ADO

    Thanks for replying and taking the time to look at this for me. Still no luck my side, tried to look at the reference list but this didn't make a difference.
  16. K

    Error message 3847 rewrite code from DAO to ADO

    sorry that doesn't have the module in. Another attached.
  17. K

    Error message 3847 rewrite code from DAO to ADO

    Just imported everything into a new database. Attached
  18. K

    Error message 3847 rewrite code from DAO to ADO

    Attached is the database, for obvious reasons I have put test instead of the password and username so you can see the error message. I open frm_JupiterSearch, enter a six digit number and hit 'SEARCH' this calls the connection and then this is when the error message appears, it is an ok type...
  19. K

    Error message 3847 rewrite code from DAO to ADO

    Thanks for replying. This code works fine in 2003 but the minute I try to run it in 2007 it brings up that particular error message.
  20. K

    Error message 3847 rewrite code from DAO to ADO

    Hi guys, I am trying to pull data from a database to another database through an oracle view. How can I change the code I am using for the transfer process to work with ADO?. The reason for this is because we have moved from access 2003 to 2007!
Back
Top Bottom