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.

txtFelder

Empfohlene Antworten

Veröffentlicht

Hallo,

ich habe seit gestern (habe formulare usw. erweitert) en kleines problem.

Ich ließ bei Formular frmMyWork, meine arbeitszeiten in einer tabelle speichern.

Im Formular frmWorkedTimelist, kann ich diese liste ebenfalls ansehen und z.b. sagen zeige daten von 1.10.05 - 3.10.05.

der sinn der sache ist folgender: Ich speicher eine arbeitszeit ein (frmMyWork) und speicher diese...2 tage später merke ich, dass die daten die ich gespeichert habe falsch sind und gehe dann beim formular (frmMyWork) auf btnSuchen.

Es öffnet sich frmMyWorkedTime, wo ich den tag suchen kann und nu mein prob ;)

ich habe z.b. einen zeitraum vom 2.12.05 - 3.12.05 gesucht und die 2 datumswerte wurden auch unten in der liste angezeigt.

wie kann ich z.b. neben den aufgelisteten daten einen button oder so belegen 8wie ist mir egal) um diese zeile bzw diesen tag zu kopieren....?? und dann wieder in frmMyWork einzufügen???

dann muss ich natürlich "nochmal" speichern, momentan wirds bei mir aber überschrieben..

freue mich auf jede hilfe..brauche nur noch die "2" dinge machen dann ist mein projekt fertig..*heut um 18:00* abgabetermin

mfg smoky

thx im vorraus

ok ich machs einfacher :)

wie bekomm ich eigetragene werte/eintragungen von

formular a bei textfeld a

ins

formular b zu txtfeld b ?

danke im vorraus ;)

mfg smoky

LOL,

hi

nach mehreren stunden hab ich es geschafft.

LösungsCode:

Private Sub cmdCopy_Click()

Dim strDatum As String

Dim strStart As String

Dim strBreak As String

Dim strEnd As String

Dim strToDo As String

strDatum = Me.txtDatum

strStart = Me.txtStart

strBreak = Me.txtBreak

strEnd = Me.txtEnd

strToDo = ConvertNullToString(Me.txtToDo)

DoCmd.OpenForm "myWork", acNormal

Forms![MyWork]![txtDatum] = strDatum

Forms![MyWork]![txtStart] = strStart

Forms![MyWork]![txtBreak] = strBreak

Forms![MyWork]![txtEnd] = strEnd

Forms![MyWork]![txtDone] = strToDo

Forms![MyWork].SetFocus

Call DoCmd.Close(acForm, Me.Name)

End Sub

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

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.