Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jonney

  1. jonney

    Incompatibility in Access 2010

    I get this message "This form or report contains changes that are incompatible with the current database format. The form or report was not saved" in access 2010 when working in mdb format. any solutions?
  2. jonney

    Error 3421

    Think I see your point PHV. There is no place for a text field in teh recordset syntax. I took the field out and it seemed to work. Do you agree? Jonney
  3. jonney

    Error 3421

    EMAIL is a text field. Jonney
  4. jonney

    Error 3421

    I'm getting this runtime error every time I run this procedure: Private Sub btnEmailAttendees_Click() Dim oApp As Outlook.Application Dim objNewMail As Outlook.MailItem Dim objOutlookRecip As Outlook.Recipient Dim db As DAO.Database Dim rs As DAO.Recordset Dim strSQL As String Dim strCountSQL As...
  5. jonney

    Creating New Contact in outlook 2007

    Thanks for your replay. Will try and out and see. Jonney
  6. jonney

    Creating New Contact in outlook 2007

    Hi there Each time I create a new contact that has a business fax number outlook creates a new contact with the bus fax in the email box. This means I have duplicate records - one with an email address and one with a bus fax number instead of an email. Very confusing Any ideas? Thanks Jonney
  7. jonney

    Labels appearing as incomplete on certain pc's

    Got you!! Thanks again. I'll give a go and see if it sorts the issue. Jonney
  8. jonney

    Labels appearing as incomplete on certain pc's

    Thanks for your help By appearance tab, do you mean Format tab? Jonney
  9. jonney

    Labels appearing as incomplete on certain pc's

    I have a database(ms Access 2003)that on some screens appears normal and on others shows the labels ina cut off format (i.e. not showing all of the label). We have changed the resolution but same issue. The OS is WXP and the version of access is 2003 Anyone got any ideas as to what causes this?
  10. jonney

    Create a backup of the back end from teh front end

    Hi I am trying to automate the process of creating a backup of the back end (datafiles) from the front end to ensure users do not lose data as part of a procedure. Hope someone can help Jonney
  11. jonney

    Add a new field to a table using queries

    Thanks for the prompt replies. That is very helpful Jonney
  12. jonney

    Add a new field to a table using queries

    I have a split database and I would like to be able to add a field to a table using either a query or some code. I hope that makes sense Thanks Jonney
  13. jonney

    Quartiles

    Hi I was hoping someone might be able to help with the creation of Quartiles in access. I have read thread181-54516 but am not sure how the functions should work. Can anyone help? Jonney
  14. jonney

    Replication

    Hi I am not sure if this is the right forum...I have created a replica and master. However I am getting an "Out of Memory" error on simple open form commands. The database is XP and is not split. Any ideas? Jonney
  15. jonney

    couldn't use the file already in use

    Yes, my mistake. I meant the ldb file is deleted and the permissions for the folder seem fine as user can compact other dbs in the same folder. In fact this is a recent issue and until recently the file could be compacted. Any thoughts? Jonney

Part and Inventory Search

Back
Top