Search results

  1. M

    Form position

    Hi, I have written a form in Access97 that appears like those used by MSN Messenger for alerts that pop up in the bottom right of the screen. Unfortunately when my form opens it only descends, I would like to be able to open it so that it opens upwards. I think the problem is that I need to...
  2. M

    Form position

    Hi, I have written a form in Access97 that appears like those used by MSN Messenger for alerts that pop up in the bottom right of the screen. Unfortunately when my form opens it only descends, I would like to be able to open it so that it opens upwards. I think the problem is that I need to...
  3. M

    Access 2003 backend to Web frontend

    Hi Deborah, I have recently started the development of a PHP site myself and have found the following useful. http://www.php.net This is the main website for PHP and the source of a great deal of related information. It also has tutorials that you may find of use...
  4. M

    Access to VB conversion

    Thanks for your comments, Looks like i'll be keeping the front end! Regards Murray
  5. M

    Access to VB conversion

    Hi, I have been tasked with updating an Access 97 database with several forms that would take me a good while to recreate. I wondering if there is a way to convert them from 97 to either VB6 of VB.NET that is free of charge to me. All the solutions I have come across thus far cost money, and...
  6. M

    Variables with " in them.

    Hi, I have an access database where I am using DLookup to find a value as follows. strLine = Forms!frmDataRecord!cmbLineID strInsulation = DLookup("[Insulation]", "[Piping Data]", "[Line Identifier] = " & strLine) My Problem is that strLine contains a value such as PL-10006-8'' and i think...
  7. M

    Error message when trying to display image

    I found an answer here for anyone who needs it, http://support.microsoft.com/default.aspx?scid=kb;en-us;285820
  8. M

    Error message when trying to display image

    I have a table in Access containing file paths to images along with various other data. I have created a report to display this information along with the picture that the file path points to. In the detail section of the report i have included the following code in the OnFormat property...
  9. M

    Control Source?

    Hello, I am wondering if it is possible to change the value of a control source of a Text Box in VBA. If so what is the correct code to fo this? Thanks in advance, Muzza
  10. M

    Insert Query

    I am have an application that performs several Insert queries one after the other. Does anyone know of a method to stop Access from displaying the message "You are about to append 1 row(s)." prior to each insert query being performed? It gets a little annoying after the 10th time. :mad: I am...
  11. M

    Transferring data from 1 table to many.

    Hello, I have to transfer data from one table [all details] into three different ones [personal details], [specific details], [general details] and have two problems. The first problem is that the information extracted from [all details] and inserted into [personal details] is given a unique...
  12. M

    Extracting Outlook contacts from Access

    Hi, I would like to create a shared Contacts folder in Outlook that is populated from an Access database. I have had a few attempts so far but all have been unsuccessfull. Does anybody have an example, or hints on how to perform this? Thanks Muzza
Back
Top Bottom