Search results

  1. Loek

    vbCrLf or vbNewLine not working in dot matrix printer

    Hi, everybody I have a problem with an epson lx300 + dot matrix printer. The vba vbCrLf code doesn't work when I print text line by line. Have you ever experienced the same thing? I use this code : strLine as string Dim lReturn As Long, lpcWritten As Long, sWrittenData As String strLine...
  2. Loek

    Get Serial Number

    Dear all, I was created a form with two tables and I want get a serial number for each my collections. Table1 say as My Category Table2 say as My Collection In the table1 I have : Id | Category ----------------- 01 | Computer 02 | Religious And in the table 2...
  3. Loek

    reading field in a subform using vba

    I am new in access and I am sorry before. My English not good. I have main form (f_order) with a subform (f_order_detil) and was linked with order_id. I want print line by line like receipt in the mini market or etc. But, my problem is I can't read the data (field) in a subform using VBA...
Back
Top Bottom