I have a table as below in test.mdb Access database. on a form, I want to use lookup to capture the the last field name in a text on the form, in this case, it is 200906.
by using some code I searched on the web site, I only can see all the field names, How can I just capture the last field name in the crosstab query.
Thanks, SunnyC
by using some code I searched on the web site, I only can see all the field names, How can I just capture the last field name in the crosstab query.
Thanks, SunnyC
Code:
LocationNo Customer No Status 20090101 20090201 20090301 20090401 20090501 20090601 34 1018 Active 1 1 1 1 28 1038 Active 84 41 39 31 15 21 1035 Active 14 11 6 3 1
Comment