Search results

  1. paulmcdonnell

    Jumping to URLs

    Hello Again!!!! Anyone know how you would get a command button to open expolorer and jump to a url... Thanks PAUL
  2. paulmcdonnell

    Separate pages for a report is killing me

    Hi again guys... I need to print out separate pages of a report by task allocation. My query has tasks and an allocation field. Instead of just prining a sorted list of who does the task I want to print this list on separate pages... Anyone have any ideas Cheers Paul
  3. paulmcdonnell

    Form Filters

    Hi guys, I want to apply a filter to my form depending on the value of a text box.. Sounds simple but I'm not sure of the code ...Any heros out there know? Many thanks Paul
  4. paulmcdonnell

    Form filters Aghhh!

    Forgive my ignorance but all I'm trying to do is filter a form using the dates on my continuous form being equal to a text box (which has teaken a date from a CALENDAR). I use this Private Sub Command141_Click() Me.[Text139] = ActiveXCtl134.Value Me.Filter = "App_date = [Text139]" Me.FilterOn =...
  5. paulmcdonnell

    Can forms read from different tables

    I'm sure that one form can be used for many different data sources with some code attached to a command button....How do you set the data source using some code so that the form opens and reads from the specified table or query.... Anyone know? would be greatful if you could help Cheers Paul..
  6. paulmcdonnell

    NOBODY WANTS TO HELP???

    Would if I could...Looking into it a bit more..I'll try and get back to you... Paul
  7. paulmcdonnell

    Vanishing FORMS!

    HI GUYS This should be a simple one for most people, but when I'm using the expression builder to build and expression using data from controls on a form I find the form folder on the left hand side of the Expression builder, Open it and all is blank - no fields are listed at all, whereas some...
Back
Top Bottom