Hi,
I posted the following in the SQL forum but would also consider doing this in access.
I am trying to generate a check sum from a number such as 2300282697345. I can do this in excell but have not found a way to do it in SQL. How I do this in excell is take the number from the first...
Hi,
I am trying to generate a check sum from a number such as 2300282697345. I can do this in excell but have not found a way to do it in SQL. How I do this in excell is take the number from the first worksheet and in a second worksheet I take the first number as it is(2), take the second number...
Hi,
I have a script that allows people to input user information such as first name, last name, etc... and writes it to a flatfile.
Is there a way then to check the entries for duplicates, copy the first 50 entries ouf of the database (flat) and email them to a person, then remove them from the...
Hi,
I have a script that allows people to input user information such as first name, last name, etc... and writes it to a flatfile.
Is there a way then to check the entries for duplicates, copy the first 50 entries ouf of the database (flat) and email them to a person, then remove them from the...
Hi,
I have a cgi that allows people to input user information such as first name, last name, etc...
Is there a way then to copy the first 50 entries ouf of the database (flat) and email them to a person, then remove them from the database and store them in a secondary database? Any help is...
I am trying to retrive a username from the registry in windows xp. We are on a Novell network.
I used the following but it doesn't work.
tName = QueryValue("HKey_Current_UseR\Volatile Environment", "NWUSERNAME")
Me![txtClosed] = tName
Me![Date Closed] = Now()...
mscallisto (TechnicalUser) Jan 30, 2003 Wrote:
"If you do a Find and enter my file.doc, is the file found?"
No, it does not find any documents unless you enter the %20
I am trying to write a macro that will reset check boxes once a report is run.
I have tried the following but none have worked.
Set Value:
[Query]![envelopes].[Value]
=Off
Set Value:
[Query]![envelopes].[Value]
=False
Run Code:
me.checkbox1.value=vbuncheck
One of our users has a problem with every file they save. They are running Windows 98 2nd Ed. with Office XP Professional. When they save or retrieve files, all the files have the web designation (%20) for spaces. So a file saved as "my file.doc" looks like "my%20file.doc"...
Here is some additional information:
The field that I am trying to copy is an autonumber field. I would like the contents of the autonumber field copied to a number field on the same form.
Thanks
Hi,
I am using the vb script at the end of this message to assign sessions to students. It works for the most part, however, every few records the order of assigned sessions is reversed for no apparent reason. Any help would be appreciated. Thanks
' Recordsets
Dim Studs As Recordset...
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.