Skip to content
Advertisement

Tag: ms-access

Reduce outcomes base on sub query

I’m trying to run that query but I would like to reduce the result only if the previous Mois (months in english) has a minimum of 3 months. For example, I have the table OtifDataToExport in MS Access …

Inner join with Count, multiple tables

I’m having an issue with MS Access to get correct counts on multiple tables. I’m not at all an expert in SQL requests. I have a set of tables which is structured as follow : Table1 : UID, Name, other informations Table2 : UID, FK_UID_Table1, Name, other informations Table3 : UID, FK_UID_Table2, Name, other informations Table4 : UID, FK_UID_Table3, Name,

Access add new SQL data

I would like to add some Data in my SQL table… Thats the actual build. – table User (Saves Useraccess data with column UserId, UserForename,UserSurname, Mail) – Formular add new User My formular has 3 TextFields for UserForename, UserSurname, Mail and a button for adding the details. By clicking the button the following code should be executed… The UserID should

Access VBA SQL Update – Too few Parameters expected 1

I am new to access VBA. I am trying to add 1 to all numbers in a field that are equal or greater than the value in text box [TP_Bld_OrderNum_Txt]. This is my code: I get this error: too few parameters expected 1 I believe it relates to the text box value. If I replace Me.TP_Bld_OrderNum_Txt with a number, the

Advertisement