I have a many (~240) field Access table with only a few records in it joined onto another similar table.
Populating these tables takes a long time - for the first record, then it seems to wizz along after that.
Anybody know what might be going on, or if there is a way to speed things up...
Best way is to use Open database method in code - there are many examples of how to do this - and then cycle through the data table, filling program variables.
eg
do until rs.eof
for x = i to 100
thisvalue(i)= rs(i)
next x
rs.movenext
...............where rs(i) is the column of the...
In Crystal Reports, if a subsection has either memo fields or boxes, Crystal seems to ignore the 'keep together' requirement for the subsection
It's even mentioned in the Help file for Crystal 7 'Keep Together' (in regard to memo fields).
I would love to know if there is any work around -...
Simply set up a relation - database menu and set the common fields (hopefully unique!) to a 1 to 1 join relation.
Otherwise you'll need unique id numbers linkin both tables,
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.