Hi everyone,
I keep struggling with this Dlookup function. I simply want to fill a report entry with one value from a table, from record 1. I tried so many syntaxes that I simply don't know what to do any more. I now have this:
The number is the field I want the data from in the table, administrative data is the name of the table, and IDS is the name of the ID field, where I need record 1 from.Code:=DLookUp("number";"Administrative Data";"[IDS]=1")
However, it gives me an #Error. Any help?
And I would also like to create a button in my form to automatically fill a number of records (for example record 10 to 20 with a standard set of data (either filled in or data from a previous record). Could anyone point me in the direction on how to do this?
Thanks!