Results 1 to 4 of 4
  1. #1
    solfinker is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Apr 2015
    Posts
    3

    Print Fields from Records in a Form

    Hello!
    I have a form I use to add data and I want to print labels - with my label thermal printer - of only one field from each record I have just added to my database, before closing the form, that is, from first record to last record of the recent added records.

    I suppose I could fill a table and use it with a report, but I do not know how to do it starting from the form. Can I add records to two tables with the same form?



    Thank you for your advise.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    You build a query to grab the records you want to print...save as: qsLabels
    Build a report that uses the query qsLabels.

  3. #3
    solfinker is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Apr 2015
    Posts
    3
    Quote Originally Posted by ranman256 View Post
    You build a query to grab the records you want to print...save as: qsLabels
    Build a report that uses the query qsLabels.
    I build an add query that grabs the records I want to print... but nothing happens, and I do not know why.

    1. I fill the form (several recs.)
    2. I execute a command that delets the table TableTemp (so far so good)
    3. After deleting, the same command runs the append query that appends nothing to TableTemp.
    And here I am.

    Thank you for your advise!

  4. #4
    solfinker is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Apr 2015
    Posts
    3
    Now. I am filling two tables in the same form, one my TableTemp which has been deleted at the opening of the form. Thus I can now print the fields I want from the new records.

    Thank you for your hints!

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Print Records with Yes only
    By chohan78 in forum Reports
    Replies: 1
    Last Post: 01-29-2015, 01:51 PM
  2. Replies: 5
    Last Post: 07-29-2014, 01:05 PM
  3. Print records 3up
    By needafix in forum Reports
    Replies: 5
    Last Post: 08-17-2010, 09:38 AM
  4. Replies: 1
    Last Post: 04-22-2010, 04:54 AM
  5. Replies: 7
    Last Post: 02-25-2010, 12:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums