Hi all…I’m trying to turn this multi-row result into the single the row result shown below.
SELECT patID, txtCode FROM table1 WHERE patID IN(547385,1094870)
Produces:
patID txtCode
----------- -----------------
547385 001
547385 002
547385 01B
547385 026
1094870...
Hello All,
In our dual monitor environment, I am having a difficult time trying to accomplish opening a form (Doc Viewer) on the opposite screen.
Currently I am able to open it on the right screen automatically using this code:
Dim myScreens() As screen = screen.AllScreens
If...
Hello all,
Here it is…I have a VB6 application and in it, I would like to pass an ID from the VB6 form to a similar field in an access database. I currently “shell” out to open the database – but I want to open the database and populate the ID field on the database form with the ID from the VB6...
Hello,
Does anyone know of a way to produce only the Top “N” results for a particular category on a report?
Example: I want to see the last 3 numbers entered for each group on a specific day.
Wed –
Group 1:
123456
123457
123458
Group 2:
122558
122559
122560
Tues...
Hello,
Let's try this again...I’d like to be able to press a button that would zip the current database and attach it to an email.
I'm at the point where I can copy my current database and attach it to the email, but it’s the zipping that I can’t figure out. Would I need to use some form of...
Hello,
I’ve looked at various topics throughout Tek-Tips and I haven’t come across exactly what I’m looking for. I’d like to be able to press a button that would zip the current database and attach it to an email.
I'm at the point where I can copy my current database and attach it to the...
Hey evrybdy! Is there a way to insert bullets into a report with code OR would I just have to paste the symbol onto my report in design view? Any help or direction would be greatly appreciated. Thanks.
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.