Thanks leslie,
But I would like to use a similar function to [Type Source name ?] in the criteria and the user only has to enter part of the word and all fields with those letters are pulled.
Thanks
Hi all,
I used to remember how to do this but for some reason I havn't a clue now.
I know its possible to type, for instance the 1st three letters of the field you have set the criteria on, and it pulls all the records that include those 3 letters in any part of the word / phrase.
for...
I have a main table (AllContactsInLists) and have used the following code to show me all duplicates that occur within this table.
In (SELECT [Address] FROM [AllContactsInLists] As Tmp GROUP BY [Address] HAVING Count(*)>1 )
Some of the duplicates contacts have many duplicates.
What I would like...
I am using 2 tables in my query and having the above message come up every time I try to populate one of the fields thru the query.
Have tried all sorts of possibilities, no index's, no primary keys etc etc but am getting nowhere. When I use a query from either one of the tables on there own I...
I have a table/query with one of the fields [ResearchListID] having numerous values. In my report I am grouping by this field. Can anyone tell me the easiest way to count the different groups...not what is in each group....
194
194
194
196
196
196
I would like my count to say '2' and not...
Thank you Jeff, that worked great, but I've just realised I need it slightly different still....doh !
I need the first record on the subform to say "1", then the next record to say "2" and so on. It now just says the Dcount figure. Whoops, didn't think of that !
Hi all,
I am trying to count the number of records in my subform which relate to the main form.
I have so far
=DCount("[SAMPLE_ID]","sample_table")
This works to an extent that it counts all the records within my sample_table. What I'd really like is it to count the...
Hi all,
This will probably be easy to fix but is causing me a bit of grief at present.
I have a main input form for enquiries which includes a subform for all the types of different requirements to be printed out on a report. The problem is, that if for example I have 4 requirements then my...
I thought it did get sent...oh well !
The controls should be the names of the text boxes from the original form ?? They are the names of the fields from the table.
Sortof, I have three different combinations that I need to include. How can I like these 3 IIf statments together?
In plain English.....If Customer add 2 is null I need fields 1,5 and 6 printed.
If cust add 3 is null I need fields 1,2,5 and 6.
and finally if Cust. add 4 is null, I need...
Hello,
I have an IIf statement in one of my reports which seems to work fine. I would like to instead of the fields listing across the page horizontally, jump to a new line after each record is diplayed.
=IIf(IsNull([Customer add 1]),[Customer add 5] & " " & [Customer add...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.