From: buzzmcduffie on 21 Apr 2010 20:29 I have a field on a form that needs to automatically populate by matching 5 different fields in a table. any help will be appreciated!
From: fredg on 21 Apr 2010 22:10 On Wed, 21 Apr 2010 17:29:01 -0700, buzzmcduffie wrote: > I have a field on a form that needs to automatically populate by matching 5 > different fields in a table. any help will be appreciated! You've asked a very generic question. There is no point in giving you information that doesn't meet you needs. If you want specific help you'll have to give us more information, such as the field names and datatypes that are to be used in the where clause argument. By the way, this information is readily available in VBA help. See: "Restrict data to a subset of records" + "Multiple Fields in Criteria Expressions" But it all starts with the criteria field datatype. -- Fred Please respond only to this newsgroup. I do not reply to personal e-mail
From: buzzmcduffie on 22 Apr 2010 07:48 I'll check out the vba help "fredg" wrote: > On Wed, 21 Apr 2010 17:29:01 -0700, buzzmcduffie wrote: > > > I have a field on a form that needs to automatically populate by matching 5 > > different fields in a table. any help will be appreciated! > > You've asked a very generic question. There is no point in giving you > information that doesn't meet you needs. > If you want specific help you'll have to give us more information, > such as the field names and datatypes that are to be used in the where > clause argument. > By the way, this information is readily available in VBA help. > See: > "Restrict data to a subset of records" + "Multiple Fields in Criteria > Expressions" > But it all starts with the criteria field datatype. > -- > Fred > Please respond only to this newsgroup. > I do not reply to personal e-mail > . >
|
Pages: 1 Prev: Add New Record for Combo Box Next: Applying Hyperlink in Access Genrated Email |