Hi there, I have a little doubt:
I have a report, it works with a query,
But my doubt is, how could I send parameters to that query from a form???
or
How could I request for those parameters before I open the report???
I hope u can help me.
Hi there, here is my problem:
I have a List Box type value list, and I fill it on-the-fly.
But I need to place the list box from the form, to a report exactly as it is on the form.
I've tried to place a List Box control in the form, and the data source is the List Box in the form, but it...
Hi there.
I'm having troubles with some updates, but here is the first:
How can I update a Field, that get the value from a Count statement between 2 tables? Here's what I'm trying to do:
Update TableX Set Field1 = (
SELECT Count(*) FROM Table1 INNER JOIN Table2 ON Table1.ses_id =...
I have this SQL statement, and it works fine in SQL
Update Table1 Set Field2 =
(Select Count(*)from Table2)
But it doesn't work with Access.
Can anyone help me with this???
Thanx
Hi there, I'm new with the Access, I have some experience with SQL, and this is my problem
This run correctly in SQL:
Update Tabla1 Set Campo2 =
(Select Count(*) from Tabla2)
But it doesn't work with Access... How can I make it in it??
Thanx
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.