All,
I have an excel spreadsheet that I am trying to work with that is output from our organization's financial system. When I open the source file in excel, excel tries to read some of the text as formulas. The text in one cell is "-Room and Board"; I'm assuming excel sees the dash as a...
Hi All,
To open a recordset based on a table I typically use:
Dim rs As ADODB.Recordset
Set rs = New ADODB.Recordset
rs.Open "Select * from [my_tbl]", CurrentProject.Connection, adOpenKeyset, adLockOptimistic
How do I do something similar if I need to pull records from an existing query in my...
All,
Suppose I have two tables:
My Budget Table has the following fields: Program#, Year, Acct#, BudgetAmount.
My Expense Table has the following fields: Program#, Year, Acct#, ActualAmount.
Account Numbers (for telephone, salary, etc.) and Program Numbers (for case management, camp, etc.)...
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.