Recent content by Jammin

  1. J

    Report Titles

    I know very little about reports so this should at least prove to be interesting. I want to update a report that someone else already made. I can't understand how it was made so I copied the previous report and then changed the control source to match a different and updated table. The...
  2. J

    Manipulation

    Thanks, all I needed was the "J" & to add to my parsed text. Almost sounds too simple. I appreciate the information. Jammin
  3. J

    Manipulation

    I have a form with that displays a whole bunch of records. The control source is a query of three different tables. I need to somewhere along the process, take part of the info in a field and then add a set parameter to it. For instance, I have R851B20L. I need to take out 20L and then change it...
  4. J

    how do you print current screen ?

    In a question that I have previously posted, I got this reply from Pat Hartman, "Add a button to the form. In the click event place the following line of code: DoCmd.PrintOut acSelection" Using this I am able to print the record of a form that I am currently viewing, and only that record...
  5. J

    Form Filtering or such

    Is there anyway to filter out which records can show in a text box on a form? I want to have several text boxes located in different parts of my form that will show only certain values that are in the control source field of the database. Example-- there is lots of data but about 5 or 6...
  6. J

    Print Command on a Form

    I have a form showing all of the fields in a query. I want to place a command button on the form that lets me print the current page of the Form that I am viewing. Any ideas? Sorry if this sounds a little infantile but I am a beginning programmer and I don't have a clue how to do this...
  7. J

    Joining Tables in a Query

    Thanks, I had no idea how to access the join properties. Your time is greatly appreciated. Jammin
  8. J

    Joining Tables in a Query

    I am a beginner to Microsoft Access 97 and a beginner to programming. I am trying to do a simple query with three tables. A common column is set in each table called TagName. The first table contains tagnames for all the data. (Tagnames from the other two tables can all be found in the first...
Top Bottom