Connecting Tech Pros Worldwide Forums | Help | Site Map

function calling

BjoernJackschina
Guest
 
Posts: n/a
#1: Nov 12 '05
Hello,
I've an endless form and thereby a combination field. In the appendant
table there it gives several datas in the same col.
So at first I have a function to arrange the data:

'rec.Open "Select Doku from Rechnungen where Barcode = '" &
Forms!Rechnungen!Barcode & "'", _
Dokument.RowSource = rec!Dokument'

It works.

But the problem is it should only to be on subset example and not for
all listed examples.
I don't want use data sources in the form (one possible solution that
I have).
Perhaps I can only give answers tomorrow but maybe somebody can help
me.

Closed Thread