Search results

  1. D

    set data of text box

    How do you set the values for this table. It would help me by choosing number when the open report is clicked and set textbox in report to the company name. thank you
  2. D

    set data of text box

    I had left the original code that I had used in my trial an error before I posted and when I changed it, I didn't pay attention. thank you again
  3. D

    set data of text box

    perfect, I was lazy how do you do this chart of open args value. where do you put it thank you again, very helpful dg
  4. D

    set data of text box

    code for button on form on click Dim strOpenArgs As String strOpenArgs = “jon” DoCmd.OpenReport "RptRList", acViewPreview, , , , OpenArgs = "strOpenArgs" Textbox in report control source =[OpenArgs] did not work, what am I doing wrong thank you very much
  5. D

    set data of text box

    I have a form that I open a report. I have two buttons that filter the report depending on which button is clicked. I want to have at the top of report a title or text box that will show which button was clicked I tried openargs in the onclick of the button and set the source of text box to be...
  6. D

    set data of text box

    I want to click on button on form and based on which button set text in text box. If I click on button Jon = Jon will be in text box
Back
Top Bottom