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 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...
  4. 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...
  5. 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...
  6. 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
  7. 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...
  8. 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...
  9. 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