I want a module that take a file, copy and zip it, look for the size, ask for one or more 3.5" disc and copy the file on the disc(s)
Could someone help ?
Thanks
AlexRezid
Hi all
I've a problem with FileCopy
Private Sub SaveMeAll()
Dim Source As String, Dest As String
Source = "C:\Mes documents\Fichier Client\Client_db.mdb"
Dest = "C:\Mes documents\Fichier Client\Sauvegarde-" & Day(Now) & "-" & Month(Now) &...
Hi all !
This script is included in a HTML web page.
<SCRIPT language=vbs>
<!--
Sub TestGo(Value As Integer)
Dim i As Integer
Dim strsql As String
set cnn = CreateObject("ADODB.Connection")
set Record2 = CreateObject("ADODB.Recordset")...
I try this code for going to record X in a AccessDB using a web page...
But I don't know why, it works if I put it on an Access form, but it doesn't work any more in a web page
Could someone help ?
<SCRIPT language=vbs>
<!--
Sub TestGo(Value As Integer)
Dim Record2 As New...
Everything is tell in the subject :)
I want to Access automaticaly the record number X where X is ask at load time.
I think i'll use prompt() for asking X,
Then, I'll do something like that :
<script language=javascript>
var i;
GoFirstRecord();
for (i=0;i<X;i++)
GoNextRecord()...
Hi,
How can I manage a dynamic form with MS Access ?
I want the fields to be resized if the innertext is too big (I want the Overflow to be visible, and no scrollbar.
I tried the "Auto expand" parameter, but it doesn't work.
Any ID ?
Thanks
AlexRezid (alex-forums@ssji.net)
Hi
I can't use the auto expend parameter in access forms...
I'm looking for a way to have a quick and complete look of a database record, and some field contains 50 lines and in others records only one or two ones...
So, the auto expend parameter could be fine if it works :p
I made it first...
Hi
I can't use the auto expend parameter in access forms...
I'm looking for a way to have a quick and complete look of a database record, and some field contains 50 lines and in others records only one or two ones...
So, the auto expend parameter could be fine if it works :p
I made it first...
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.