Search results

  1. D

    Search box.

    Hello, I would like to make a search box and update my form with the person's data from the search box. Can anybody help me with it?
  2. D

    Send an email 7 days before.

    Hello, how can I make that my access send an email to a user if there 7 days until en employee’s birthday. Can anyone help me with this one? Perhaps there is someone who already har an example.
  3. D

    Calculate next month.

    Hello, I have an birthday report for the current month (august) and would like to make a button on the report that can calculate next month (september) and shows birthdays for that month. Can somebody help me how to calculate next month?
  4. D

    Close database in the upper right top corner.

    How can I close database if I click on the small close cross in the upper right top corner on my logon form?
  5. D

    Access permission on tabs.

    I have a form with several tabs and I don't want to give permission for some users on some tabs. How can I do it? Has anybody some ideas, maybe some codes?
  6. D

    Fields empty on logon form.

    I have a logon form that always contains a value in the user name and password fields. How can I do it that these two fields are empty when the logon form is displayed? When I put this code in a program text12.value="" then it delete user name in database.
  7. D

    sorting in reports.

    I made an sql that shows workers birthday and sort it after the date. But when I try it in my report, it doesn't sort it. What's the problem here?
  8. D

    update fields.

    Hello, I have a fields in column "description" which are empty and I want to update them with the data for example "D2". Why this does not work? update dbo_Zones set description ='D2' where description=""
  9. D

    Hyperlink on subforms.

    I have a tab form that contains two sub forms, that shows the result of two different queries. How can I display some attributes on subform (eg. certificat) as a hyperlink, when I click on the tab?
  10. D

    New tab on the form.

    Hello, can someone help me to resolve this problem. I want to add a new tab "Debt" in CustomerDetail form. So, I want that when I click tab "Dept" to get listing the customers who are in debt to the company. How can I get a Dept information for that Customer in a Deptform? What is the way to do...
  11. D

    Database images into form.

    Hello, I'm new to Access VBA. Does someone can help me how to display images from a database in the form. The form looks approximately like Customerdetail from Northwind Access example database. Images in database I have stored as OLE object images. But how to link images with the form? Is it...
Back
Top Bottom