Search results

  1. T

    Reformat table columns into rows

    Here is the basis of what I am trying to do. I have a table with 11 fields. The first field is an ID field the others are date related fields. What I want to do is to create a new row for every date field. Example: TABLE ------ ID dt1 dt2 dt3 dt4 dt5 dt6 ...... dt10 1 1/5...
  2. T

    Need help with linked subform

    I hope someone can help or point me in the right direction. I have a main table and form with project information and a table and subform with status information. When the main form is opened and on a record, the user can click a button and a pop-up window appears with the status information...
  3. T

    Help with VBA filter code

    I get the following error message: Run-time error '2001': You cancelled the previous operation
  4. T

    Help with VBA filter code

    I need some help with my code. It's not working as intended. Brief synopsis: I have three "filter" on my form. The user should be able to filter records by analyst name (ca_filter) and status (PSL_filter) or by project number (rec_selct). If I take out the first IF statement, everything works...
  5. T

    Subforms - passing name to a function

    Hey long time browser, first time poster! HELP!!! Ok, here is the problem that I can't seem to find any posts on here talking about. I have a form, let's call it FormA and a subform (subformA). I am using a non-activeX calendar control, which I did not write. I was informed it could be used...
Back
Top Bottom