Help with found code
Sun, 30 Nov 2008 12:59:01 -0800
I found the code below in one of my seaches and need some help please. The
code does what I want for, the most part. But what I want, and just can't
figure out, is;
#1. to have the 'comupter name' the code provides, input to a Table instead
of the Immediate Window and without having to type anything special ...
|
Return results of INSERT
Sun, 30 Nov 2008 09:51:00 -0800
I have a process that needs to first insert a header record in one table,
then detail records in another table where the newly-created PK in the header
table is the FK for the detail records.
My concern is capturing the auto-numbered PK of the just-inserted record so
that I can include it as the FK when I i ...
|
Variables in SQL statements
Sun, 30 Nov 2008 00:17:01 -0800
Some help needed for a novice
In my program I first input values for string variables Inputfile and
Varyear, as follows:
Dim Inputfile As String, Varyear As String
Inputfile = InputBox("Name of file to be input")
Varyear = InputBox("Year eg 08")
I then use the value of Inputfile to identify the text fil ...
|
Displaying Query Data
Sat, 29 Nov 2008 17:06:00 -0800
I have a feeling that this is not a simple question, but here goes anyway.
I'm writing an application and I set up some controls that invoke a query.
I'd like to display the query in a window instead of the default view, so
that the user can close it easily after viewing. Is this possible or only to
be do ...
|
Youtube Geyser 1st Video Traffic Marketing Solution www.youtubegeyser.com
Sat, 29 Nov 2008 04:57:35 +0100
YouTubeGeyser Will Let You:
Drive people to your video niche to any of your existing websites!
Just choose the plan you need and you have a couple of Traffic
Don't miss your chance...
http://youtubegeyser.com
...
|
Send Free SMS Worlwide to any mobile phone iphone gsm http://free4sms.info
Sat, 29 Nov 2008 04:20:35 +0100
Free4sms is a free service.
Send SMS for Free worldwide to any mobile phone gsm, iphone, smart phone.
use it with moderation.
http://free4sms.info/
free4sms enables you to send free SMS from its site to any cellular phone worldwide. free4sms service is provided like is, there is no guarantee of timely d ...
|
Control source error
Fri, 28 Nov 2008 17:00:01 -0800
I have created a database program that provides information for crews and
plants. Part of this program requires a whiteboard similar to a Gantt chart
showing the contractor and location in a column on the left of the page,
dates and day of the week in a row along the top of the page, and the
designated crew ...
|
|
|
Error when Filtering on Unbound Form with Subform
Fri, 28 Nov 2008 11:37:01 -0800
Hi I'm using Vba code to filter for stauts, date etc. but the code is not
reconizeing my subform. Its just showing all records.
Here is my code:
Private Sub Search_Click()
Const cInvalidDateError As String = "You have entered an invalid date."
Dim strWhere As String
Dim strError As String
s ...
|
HDI: Pass calling form as variable into class
Fri, 28 Nov 2008 11:10:01 -0800 (PST)
I have a class that is instantiated in a form.
How do I pass that form as a variable to the class?
I've seen it elsewhere. The form is manipulated by the object. I
want to do likewise.
When the form module executes a method of the class, I want the class
to recognize the form that called it.
Thank in ...
|
Running action function from SELECT query
Fri, 28 Nov 2008 10:26:00 -0800
I have an in-house app for which another developer is writing an ASP.NET
proxy to pass requests in from the web via XML. His intention is to keep the
proxy very generic, passing in just a query name with arguments, receiving
the results of the query, and passing those results back to the web. This
will work ...
|