I'm trying to to translate a C hash function into VBA. But I'm a bit rusty on my C. What does << >> means? I thought it was only used in cin and cout.
Here:
h += (h<<10);
What does this << mean and how would I convert that to VBA?
TIA
the query is this:
SELECT [BurdenDollars]+[GandA]+[Profit] AS Total
FROM (qryBurdenDollars INNER JOIN qryGandA ON (qryBurdenDollars.LaborID = qryGandA.LaborID) AND (qryBurdenDollars.TypeOfChange = qryGandA.TypeOfChange) AND (qryBurdenDollars.DeptName = qryGandA.DeptName)) INNER JOIN qryProfit ON...
I'm using the web as an interface... I'm coding the interface using vbscript/javascript.. is there a simular cnd that does the Do.Cmd in vbscript or javascript or any kind of language that i can use to program within an ASP page?
I'm trying to take a sum of three fields from three different queries but when i run it it gives me an error stating that the query is too complex...what can i do?
I tried converting the 3 queries to a make table query and use the 3 fields from the the table that it produces and it works... the...
Can I use VBScript to run a macro? i know that you can run a macro when you create a button on a form... but if i was to create a button using vbscript or javascript can I program the button to run the macro?
How do I call run a macro as soon as I access a query?
I'm creating a database in access and also creating a web interface... now my problem is that i need to run a macro when i access a query that i've already defined in the Access database.. how can i do that without having to create a button...
How do I call run a macro as soon as I access a query?
I'm creating a database in access and also creating a web interface... now my problem is that i need to run a macro when i access a query that i've already defined in the Access database.. how can i do that without having to create a button...
This is the SQL statement from microsoft access in the sql view:
SELECT qryBurdenDollars.DeptName, qryBurdenDollars.TypeOfChange, qryBurdenDollars.LaborID, [profit]+[ganda]+[burdenDollars] AS totalLabor
FROM qryProfit, qryBurdenDollars INNER JOIN qryGandA ON (qryBurdenDollars.LaborID =...
I'm trying to create a query that gets the sum of 3 fields and these 3 fields are from 3 other queries.. but when i do that i get an error stating that the query is too complex... how can i fix this problem?
I have an Access database and I'm creating a web application using ASP. I need to access a macro that i created. How would I run an Access macro using ASP?
any help would be much appreciated
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.