hi i have a code, that doesnt work - but i don't know why, since the structure seems logical to me.
in the following i will post the code and make some annotations on it (so i try to communicate, what i think the code means for the compiler)
Sub COPY()
Dim rs1 As DAO.Recordset
Dim...
hi, i have a problem that drives me mad since i can't see a mistake and think the code once worked but doesn't anymore (but i am starting to get the impression, that it was a distraction of sense)
Sub COPY()
Set rs1 = CurrentDb.OpenRecordset("SELECT * FROM Working_Table_KAP1") ' opens the...
Hello there,
I tried to code a simple Example but I already stopped in the beginner phase.
I created a Access-Table
CREATE TABLE Obst_alt (
ID COUNTER NOT NULL CONSTRAINT constraintName_pk PRIMARY KEY,
PROFIL_ID integer null,
FRAGE integer null,
MERKMAL integer null,
WERT char(20) null
)...
Hello there,
I tried to code a simple Example but I already stopped in the beginner phase.
I created a Access-Table
CREATE TABLE Obst_alt (
ID COUNTER NOT NULL CONSTRAINT constraintName_pk PRIMARY KEY,
PROFIL_ID integer null,
FRAGE integer null,
MERKMAL integer null,
WERT char(20) null
)...
hi there,
i tried several codes to send some mails from excel via outlook, with the addys in the excel cells, but it didnt work out. the code below must be right (i tested also a lot of other skrips) sinde it works for example when deaktivate the .send and activate the .display...
but when i...
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.