For exmple:
I want to use Labelview(TM) to print a label (Barcode). Table1 contains two
fields: "Barcode", "Filename". Tabel2 contains two fields: "Item", "String".
When I call Labelview to print a label, I write VBA code as
If Lbl Is Nothing Then
Set Lbl = CreateObject("Lblvw.Document")
If logged = False Then
logged = Lbl.LogonWindow
End If
End If
Dim RetV As Boolean
How do you know the value of the Field of *which* Record from Table2 to be
displayed for the current Record on Table1, assuming the Form is bound to
Table1?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.