G
Guest
Hi guys,
I have a issue. I have a module which I create a query and the queries
description for the database window dynamically. This works fine. However, I
had to make changes to the database so I made a copy and everything in the
whole applications runs fine except for creating the query description
property. Now the query gets created but the description doesn't... the
message is "Property not found". Nothing was changed. Anyone know why this
would happen to the copied version?
FYI, (1) new database was compiled (2) old database stills works perfect.
StrQueryDesc = FundName & " Rollup Query - Created Dynamically"
Set qdf = dbs.QueryDefs("qrySumOnAcct")
qdf.Properties("Description") = StrQueryDesc
I have a issue. I have a module which I create a query and the queries
description for the database window dynamically. This works fine. However, I
had to make changes to the database so I made a copy and everything in the
whole applications runs fine except for creating the query description
property. Now the query gets created but the description doesn't... the
message is "Property not found". Nothing was changed. Anyone know why this
would happen to the copied version?
FYI, (1) new database was compiled (2) old database stills works perfect.
StrQueryDesc = FundName & " Rollup Query - Created Dynamically"
Set qdf = dbs.QueryDefs("qrySumOnAcct")
qdf.Properties("Description") = StrQueryDesc