K
kobi
I have been using Access for about 15 years now, have taught myself enought
to fumble thru the VBA programming issues I wanted to use and now I feel like
I am back to square one. I had been developing a front end for a SQL back
end using linked tables that were giving all kinds of problems looking links
and disallowing appends, etc. Then I came across the Access ADP which seems
to be specifically developed for this type of thing. The existing SQL server
is a 3rd party developed product full of stored procedures/views/triggers,
etc.
This brings me to my first question, what is a trigger and what is the
easiest way to understand the difference between a stored procedure and a
view?
I have been doing research on SQL and trying to learn but nothing is direct
enough for my questions, fast enough for the timeframe I need and much of the
information seems to me contradictory and confusing. So I must apologize for
my ignorance, but I don't know where else to turn.
I have so many forms with combo boxes, text boxes, check boxes that pass
parameters thru vba to filter forms with DAO recordsets. Now, I've read that
you can't use DAO with an access adp project. Is this true? I'm at a total
loss of what to use to run my existing forms filtered thru DAO.recordset vba
code and how to pass the parameters to them to make them run. I tried using
the existing code, but was getting OLE object errors and different errors
stating that the declarations on the database and recordsets were
unrecognized.
Can someone help me clear my confusion? Any help would be appreciated.
to fumble thru the VBA programming issues I wanted to use and now I feel like
I am back to square one. I had been developing a front end for a SQL back
end using linked tables that were giving all kinds of problems looking links
and disallowing appends, etc. Then I came across the Access ADP which seems
to be specifically developed for this type of thing. The existing SQL server
is a 3rd party developed product full of stored procedures/views/triggers,
etc.
This brings me to my first question, what is a trigger and what is the
easiest way to understand the difference between a stored procedure and a
view?
I have been doing research on SQL and trying to learn but nothing is direct
enough for my questions, fast enough for the timeframe I need and much of the
information seems to me contradictory and confusing. So I must apologize for
my ignorance, but I don't know where else to turn.
I have so many forms with combo boxes, text boxes, check boxes that pass
parameters thru vba to filter forms with DAO recordsets. Now, I've read that
you can't use DAO with an access adp project. Is this true? I'm at a total
loss of what to use to run my existing forms filtered thru DAO.recordset vba
code and how to pass the parameters to them to make them run. I tried using
the existing code, but was getting OLE object errors and different errors
stating that the declarations on the database and recordsets were
unrecognized.
Can someone help me clear my confusion? Any help would be appreciated.