Hi,
In table design view i have a field that is a Yes/No.
In it's details the Format is Yes/No.
It's default value is No
In datasheet view this field is a checkbox (unticked of course)
I have written code to create a Table im my database. It Ok. However hard i try, however much reading i have...
Hi everybody,
I have a problem to use OUTLOOK. My perpose is to send a message, VIA ACCESS, to deferents users of my Data base.
So the problem occurred at the stape of opening the outlook application:
Set olApp = CreateObject("Outlook.Application")
Thanks to helping me
Hi everybody,
I have a problem to use OUTLOOK. My perpose is to send a message, VIA ACCESS, to deferents users of my Data base.
So the problem occurred at the stape of opening the outlook application:
Set olApp = CreateObject("Outlook.Application")
Thanks to helping me
Hi everybody,
How can I add a fields in table by using Recordset.
I try to use:
--------------------
Dim db As DAO.Database
Dim rst As Recordset
Set db = CurrentDb
Set rst = db.OpenRecordset("Table1")
rst.Fields ????? Append dont work
So what is the object how must used in...
Hi everybody,
How can I add a fields in table by using Recordset.
I try to use:
--------------------
Dim db As DAO.Database
Dim rst As Recordset
Set db = CurrentDb
Set rst = db.OpenRecordset("Table1")
rst.Fields ????? Append dont work
So what is the object how must used in...
Hi John
So How can I excute My DATA BASE (designed by ACCESS) Without having to started ACCESS (supposing that ACCESS is installed in my computer).
I just want to use my DB like an executable file.
Thanks fo assistance
nadjib
Hi everybody, There is somebody to show me how to record my dB ACCESS, so that I can present it with a PC which does not have access installed. In fact, I will not want that the others know that my DB is made with ACCESS.
Thanks for assistance
nadjib
Hi everybody, There is somebody to show me how to record my dB ACCESS, so that I can present it with a PC which does not have access installed. In fact, I will not want that the others know that my DB is made with ACCESS. Thanks for assistance nadjib
Hi everybody,
There is somebody to show me how to record my dB ACCESS, so that I can present it with a PC which does not have access installed.
In fact, I will not want that the others know that my DB is made with ACCESS.
Thanks for assistance
nadjib
Hi everybody,
I want to know what is the syntax to create a table with an AutoNumber data type field : because i have a problem with the fellowing syntax:
CREATE TABLE Table1 (NumVersion autonumber, Text char(50))
Thanks for the assistance
nadjib
Hi everybody
I have strange problem withe my form (associated to table). Each modification in the fields of my form is recorded in the table asscoicated, even if i dont specify the recording button in my form.
So, I want that my form does not record anything on the associated table if I...
Hi vince,
I think that you did not understand my problem. Indeed, my table is specific, since the order of appearance of the lines (corresponding of the Autonumber) is very significant in my case.
In my application the user can check this table to see the order of evolution of this table...
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.