Dear All,
Does anyone know how I can control the use of an InputBox when using VBA? For example, if the end-user enters data into the InputBox and hits the "OK" button, then I want to then call a particular sub-procedure (eg. continue with the application). If the end-user however...
Dear All,
Can anyone assist with writing the below query in syntax that Oracle will understand? I am having trouble with the cross join syntax....
Please excuse my ignorance, I am new to SQL!
** THANKS TO bperry FOR THE SOURCE SQL**
Select f2.flightno, COUNT(f2.flightno) as NumCities
From...
Hi All,
Can anyone assist with the following MS SQL Server qeury that I need to run on Oracle? I am having trouble converting the syntax for cross join.....
Any help would be appreciated.
Djh
Select f2.flightno, COUNT(f2.flightno) as NumCities
From FLIGHT f2
cross join
(
Select...
Hi,
Hopefully someone can assist.........I need to query a sub-query, based on the outer query criteria matching ALL of the attributes obtained from the inner query. For example, I have two relations A and B. My inner query creates a new relation with 3 attributes from relation A. I then want...
Forum Users:
Any advise on the best approach to investigate a large Access database, with the ultimate goal to gain an understanding of the data stored, the tables created and the relationships that they hold, and ultimately where (ie. the tables etc.) certain reported figures are sourced?
I...
As mentioned above, I am attempting to automate the process of copying a particular portion of data from a MS Word document, paste it into MS Excel, manipulate this data, and then create a new MS Word document and paste back into word.
So far I have managed to create an object in MS Excel (via...
Is it possible to use MS Excel as a timing and recording device (by way of some VBA procedure)? If so, does anyone know the accuracy of the times that could be recorded (i.e. to 1000ths of a second?).
Any help would be appreciated.
Cheers,
Dan.
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.