Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: stefanhab
  • Content: Threads
  • Order by date
  1. stefanhab

    what does rx.MoveNext really do (really only rx?)

    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...
  2. stefanhab

    access (dao) request doesnt work

    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...
  3. stefanhab

    Multiple INSERT INTO

    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 )...
  4. stefanhab

    Multiple INSERT INTO

    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 )...
  5. stefanhab

    excel doesnt send my emails over outlook

    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...

Part and Inventory Search

Back
Top