Search results

  1. C

    Modifing a Stored Query with VBA

    I have a form that has an unbound field on it. This field is used to display the results of a SQL Query. I created a button to export the results to excel which is using the DoCmd.OutputTo function. I also have a Stored Query in Access that is blank (No tables or fields associated to it)...
  2. C

    SavePicture Command Problems

    I am not sure what I am doing wrong. I have loaded up a sample DB that has a table with an OLE Object and a form that displays the Bitmap in an outbound OLE Object field. On that form, there is a button that does the following: Private Sub Command2_Click() Dim strPath As String Dim strID...
  3. C

    Search on text and display record

    I am trying to create a form that the user can type a serial number in a text box then click a button which will close this "popup subform" and search the table and goto the record on the previous form that matches with the serial number. I have included a picture file to try and demonstrate...
  4. C

    form loading delay

    I have a few forms that take a while to open (not bad but long enough(10-15 secs)) I was wondering if there were a way to display a loading image while the user was waiting for the forms to load. maybe as an interm-form that has nothing in it but a picture? I am not sure if this is even...
  5. C

    Use a textbox date value to calculate another date

    Here is my situation: I have a db that has a date field (short date format) that represents the date a job opens. In addition, I have 12 other fields that are proposed dates that represent a "goal" to make a selection. Every one of these fields could be autopopulated with a goal date if the...
  6. C

    dropdown box for filtering form results

    I am trying to make some sort of button that will allow me to filter the records being displayed on a form. I really like the idea of using a dropdown list (combo box) to do this. I have 5 different users in this db. we use our names as a way to tell what records are ours. I want to be able...
Back
Top Bottom