Bound vs. Unbound Forms and Controls in Microsoft Access

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 10

  • @alializadeh8195
    @alializadeh8195 7 месяцев назад +1

    Thanks

  • @Aki-ht6vh
    @Aki-ht6vh 4 месяца назад +1

    Hi Sir. I want to use unbound text box in a continuous form that displays month(datefield) . How to bring dynamic values in each record instead of same value in all record without using control source property because control source properry make such unbound text box non editable. I am interested in using after update event to such text box to change value in underlying datefield.

    • @seanmackenziedataengineering
      @seanmackenziedataengineering  4 месяца назад

      It is more difficult to work with these on continuous forms. One method I used is to create another field on the source table just for that purpose, then just use a data macro: ruclips.net/video/wuyImulb_u4/видео.html and ruclips.net/video/WIWrMvks1Wo/видео.html
      Another way you can try is to identify the ID in the record and use something like RecordsetClone to get what you need and then do an update using After Update ruclips.net/video/C9cssgVq8tU/видео.html

    • @Aki-ht6vh
      @Aki-ht6vh 4 месяца назад

      @@seanmackenziedataengineering thank you so much sir

  • @liorgefen1511
    @liorgefen1511 Год назад +1

    hoe did you do that when you choose a candy, the name and price automatically set? how do you related them, i cant do it

    • @seanmackenziedataengineering
      @seanmackenziedataengineering  Год назад

      I used a small amount of VBA to update the Unbound fields. At what time point in the video are you asking about?

  • @Pilot123_
    @Pilot123_ 3 года назад +1

    Can you make a video about using access as a frontend to azure sql database?
    Or make a series about migrating an access database to azure and use access as a frontend to the same dabase?

    • @seanmackenziedataengineering
      @seanmackenziedataengineering  3 года назад

      Thanks! In fact, this is on my list of upcoming videos.. stay tuned!

    • @1977tumi
      @1977tumi 3 года назад

      @@seanmackenziedataengineering It will be nice to also demonstrate with SharePoint list as backend please, especially with subforms, etc