Search results

  1. S

    Solved On Load

    Hi All I hope you're well How can I wright an expression for the form Event / on load so that I get the following: Load the last saved record in table(TblMainAndPlaner) by a specific SiteId. both these data are in the same table. For example: Load last record where SiteId = 2 If you think...
  2. S

    reopen form

    Hi All I heve two forms : FormNavigation and Form1 , using for inputting data for day and night shift. I entered the data into the form today, but I closed by accident. After opening the form, access again generated a new record. I would like to open the previous one by pressing button...
  3. S

    SharePoint

    Hi Members! I have a question about SharePoint. I want to publish a database for various users. If I publish the database, will one of the users be able to: save it on his desktop, make changes in the form so that they are only useful for him and do not affect others? Example: change the...
  4. S

    Shift Date

    I'm working on showing the shift date. The shift starts at 6 pm on one day and ends at 6 am on the next. What formula can I use so that the date does not change at midnight? I used something like this as the default value =DateAdd("d",-0.5,Date()), but it doesn't work for some reason. Please...
Back
Top Bottom