Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

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.

Empfohlene Antworten

Veröffentlicht

Hallo :)

Habe nun ein Code hier mitdem ich gerne per Auswahl in einer Combobox eines Namens, restliche Felder auf der Form mit dem record des ausgewählten Namens in der Tabelle, füllen will. Problem ist nur, beim Auswählen in der Combobox stürzt mein Programm ab :S...

Code sieht folgendermassen aus :

Private Sub fctRecherche_AfterUpdate()

Dim rs As Recordset

Dim db As Database

Set db = CurrentDb()

Set rs = db.OpenRecordset("tblParticipant", dbOpenDynaset)

mcrit = "dtNom ='" & "dtPrenom='"

Do While Not rs.EOF

rs.FindFirst mcrit

txtNom = rs!dtNom

txtPrenom = rs!dtPrenom

txtMatricule = rs!dtMatricule

txtRue = rs!dtRue

txtPays = rs!dtPays

txtCodePostale = rs!dtCodePostale

txtLocalite = rs!dtLocalite

txtSexe = rs!dtSexe

txtEntree = rs!dtEntree

txtNationalite = rs!dtNationalite

txtSMS = rs!dtSMS

txtGSM = rs!dtGSM

txtTelParents = rs!dtTelParents

txtEmail = rs!dtEmail

Loop

db.Close

End Sub

bitte um schnelle antworten :) danke

mfg predason

Hallo

1. ist ein vernünftiges Errorhandling im Code sinnvoll, um die Fehlerstelle zu lokalisieren.

2. solltest du uns damit verraten können, wo und welcher Fehler auftritt

3. siehst du dieses auch beim Debuggen

Gruß Martin

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

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.