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.

Suppresion avec VBA

Featured Replies

Posté(e)

Bonjour, j'ai un petit souci avec acces. J'ai créer un formulaire qui permet à partir d'une liste déroulante de choisir une personne et d'afficher ses coordonnées. Dans ce formulaire il y'a également un bouton de commande "Nouvel Intervenant" qui vide tous les champs afin de pouvoir saisir d'autre coordonnées, un bouton "Enregistrer/Modifier" qui comme son nom l'indique permet d'enregistrer ou modifier une nouvelle personne et il y'a également un bouton "supprimer" et le problème vient de ce bouton. Quand je me sert de ce bouton de commande la personne est bien supprimer de la liste et de la table, mais à la place il est écrit #supprimer et je cherche un code pour qu'il soit completement supprimer et que cette indication n'apparaissent pas.

Je suis un débutant sous VBA et voici le code que j'ai utilisé pour le bouton de commande "supprimer"

Private Sub Supprimer_intervenant_Click()

On Error GoTo Err_Supprimer_intervenant_Click

req = "Delete* FROM Interv;"

MsgBox ("L'intervenant " & Me.ZT_Nom & " " & Me.ZT_Prénom & ", a bien été supprimer")

Set RSInterv = CurrentDb.OpenRecordset(req)

Exit_Supprimer_intervenant_Click:

Exit Sub

Err_Supprimer_intervenant_Click:

MsgBox Err.Description

Resume Exit_Supprimer_intervenant_Click

Merci pour votre aide.

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.