G
Guest
Current issues:
scrollbar doesn't work on the listbox control.
Its currently attached to a query that allows one to filter the records shown.
you can pointer key through it, but using the mouse no scrolling back up once
you've scrolled down -- its a one way trip.
Printing issue: i have no idea what causes this. some of the text is missing.
There are no visible or hidden fields sitting in the middle of the page, yet
some of the field names are cut off. The entire text label and field name
are displayed when in design view, and seem to have enough room. but when
i print it out, it cuts off. Is this something to do with the max field
length
or something?
also if any field within any record is set visible, it prints all of the
records as if ALL of them had that field visible (even though some of those
fields are null, and in fact, invisible, if one scrolls through them.)
Import issue:
My splash page opens up and runs a macro to: import the data. works just
great.
copies it into an append table. works fine. When it goes to run a Query to
map the data proplerly from the append table into the main table, it says
tha i don't have the proper activex control, or no permissions to use it.
this is using the DoCmd.Query [queryname]. Is this not how i should be doing
this in a macro
running?
Furthermore, when i run the Query by hand, after the macro fails, i'm still
getting
loads of warnings about data integrity and the like, even though both tables
and all their fields match in their validation rules, text, required
settings or
non-settings, type, format, and so on. Zero length, etc. All identical.
scrollbar doesn't work on the listbox control.
Its currently attached to a query that allows one to filter the records shown.
you can pointer key through it, but using the mouse no scrolling back up once
you've scrolled down -- its a one way trip.
Printing issue: i have no idea what causes this. some of the text is missing.
There are no visible or hidden fields sitting in the middle of the page, yet
some of the field names are cut off. The entire text label and field name
are displayed when in design view, and seem to have enough room. but when
i print it out, it cuts off. Is this something to do with the max field
length
or something?
also if any field within any record is set visible, it prints all of the
records as if ALL of them had that field visible (even though some of those
fields are null, and in fact, invisible, if one scrolls through them.)
Import issue:
My splash page opens up and runs a macro to: import the data. works just
great.
copies it into an append table. works fine. When it goes to run a Query to
map the data proplerly from the append table into the main table, it says
tha i don't have the proper activex control, or no permissions to use it.
this is using the DoCmd.Query [queryname]. Is this not how i should be doing
this in a macro
running?
Furthermore, when i run the Query by hand, after the macro fails, i'm still
getting
loads of warnings about data integrity and the like, even though both tables
and all their fields match in their validation rules, text, required
settings or
non-settings, type, format, and so on. Zero length, etc. All identical.