Aller au contenu
View in the app

A better way to browse. Learn more.

Next

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

pb vba base données

Featured Replies

Posté(e)

Bonjour à tous,

je suis actuellement sur une astuce pour gérer deux feuilles pour une base de données. Je m'explique, la première feuille est une feuille de saisie qui permet dobtenir la fiche client si besoin, et la deuxième feuille répertorie les différents clients.

J'ai créé un bouton: valider qui permettrait de rentrer le client directement dans la deuxième feuille mais ma synthaxe doit être deffectueuse ...

Code Visual Basic :Private Sub valider_Click()

Dim ch As String

ch = Trim(SAISIE.[G6])

If Len(ch) < 2 Then End

With BASE

If WorksheetFunction.CountIf(.[F:F], ch) Then

MsgBox "CE CLIENT EXISTE DÉJÀ !!!"

Else

.[A2:AX2].Insert xlDown, xlBelow

.[A2] = .[A3] + 1

.[F2] = ch

.[C2] = Date

.[H2] = Trim(SAISIE.G17)

.[i2] = ........

MsgBox ch & " à été ajouté dans la base"

End If

End With

End Sub

OMG what's the problem?? ^^

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.