I faced the same probelm, too. My solution for this is to copy the title from the Sub Report and place it right into main report . It will show as exact the title in sub report. If you want to know the setting to simplify the process, I wish there is someone know how to do it.
I am looking for the code to detect another form being loaded in another database, and return the path directory. Is it possible?
Anyone can help? Thank you.
thx John, Steven. I solve the syntax problem eventually, the code should written this way
Dim dbs As Database
Set dbs = CurrentDb
dbs.Execute "INSERT INTO TempTblTransac SELECT * FROM [4TBLTRANSAC];"
dbs.Close
Anyone know how to write code for append query in VBA.
the append query can change the attributes based on the criteria. it looks something like that...
if condition is true then
append field 1, field 2
else
append field 2, field 3
end if