Search results

  1. T

    You can't assign a value to this object

    I was working in my form and came up with this error. "You can't assign a value to this object " When I open up the form, it points me to the On load code. Private Sub Form_Load() txtCompletedBy = Environ("USERNAME") End Sub This was working fine. I removed the code to try to trouble...
  2. T

    Question Reading Bar fonts in PDF

    Hi all, I have an Access 2007 database with the pdf plugin. I have code that exports reports out as a pdf file. Each report has a couple of Bar Code fields. These reports gets emailed out to users. The problem I am having is that when the user prints out the report, the bar code font does...
Back
Top Bottom