I'm trying to create a module to transpose a table.
Testing the module using CTRL+G and "?Transposer("Table 1","TableTrans") in the "Immediate" pane results in an error "3021 No Current Record" and the resulting table has the first field filled...
I made an error in the new format for this query. It should be
Item Contract Date1Amount Date2Amount ...
Field1 A 0.00 0.00
Field2 A 0.00 0.00
Sorry for the confusion
Tim
Hi all,
I have a table linked from another db with this structure:
Date Contract Field1 Field2 Field3 ...
1/1 A 0.00 0.00 0.00
I need to select the the FieldX column names as data, with the corresponding data as a row into this format:
Item Date Contract...
I'm a relative newbie to this, so any assistance will be appreciated.
I am attempting to write a VBA module to populate a combo box with a list of valid data based on input from a previous field.
My problem is that the module returns only the value for the first record in the lookup table...
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.