Search results

  1. M

    Attendance Database Table

    Hi there I have tblEmployees with all employee details also, I am updating the template from microsoft for employee hours worked, however, the attendance I need to track of the employees is not per hours worked, I only need to summarize "days " worked, as they are paid per day How could I do...
  2. M

    Database question, please help me

    Good Day I wonder if someone could plz assist me with general table design. I need to create a database which manages cash received for petrol as well as a running loan. Eg, "John" receives R1000.00 from the company which is distributed amoung the staff for petrol - this needs to be recorded -...
  3. M

    Table Design - FuelDB

    Good Day I wonder if someone could plz assist me with general table design. I need to create a database which manages cash received for petrol as well as a running loan. Eg, "John" receives R1000.00 from the company which is distributed amoung the staff for petrol - this needs to be recorded...
  4. M

    Query showing duplicate records

    Hi there. I am struggling so hard with such a simple query - I need qryDueToSteven to calculate what we owe Steven. When you subtract "TotalReceivedFromSteven" ( it is a loan), from "TotalPaidToSteven" (refund for loans), it should calculate what we owe steven, however it is showing the same...
  5. M

    Using ListBox value as "Body of outlook task"

    Hi there I have inserted an "add outlook reminder" button to my database, this is working perfectly. Now, i would like the "body" of the outlook task to get its data from a list box on my reminders form it is currently getting the "body" from a text box on the reminders form, which works...
  6. M

    Reminders In Outlook - almost working

    Hi there I am using the following code to send reminders to outllook using acess: Function AddOutLookTask() Dim appOutLook As Outlook.Application Dim taskOutLook As Outlook.TaskItem Set appOutLook = CreateObject("Outlook.Application") Set taskOutLook...
  7. M

    Invoicing Tables

    Hi there I would like a quite bit of advice on creating tables for producing invoices. I currently have the following tables from which the invoice will be generated: tblClients - holds basic client contact info ect tblApplications - holds info for each application which is process for each...
  8. M

    Bulk Email to Clients from Access

    Hi. Does anyone perhaps know how would I execute sending bulk mails to clients (per category) from Access? (If possible) and also, is it possible to setup reminders in access to call the clients? Thank you
  9. M

    Converting a "LEAD" to a "CLIENT"

    Hi there I have tables: tblLeads, and tblClients Once the "lead" becomes I client, I would like it to be moved to the tblClients How could I do this? possible a button which can be clicked in the "frmLeads" which sends the record to the clients table and form? Please can someone point me...
  10. M

    Table Structure

    Please can someone assist me with a table which will allow me to put my clients into categories which I can bulk email, ? If this is possible....(through outlook perhaps) and then also how to go about setting reminders in MsAccess which will come up to remind me to contact clients on certain...
  11. M

    Query to show outstanding documents

    Hi there I am designing a database for a Visa and Passport company which will manage the companies applications for visas and passports, etc I have a table for clients info, application info, documents required for the application, and docs received for the application Now I need to create a...
  12. M

    Managing Application progress

    hi there I hope you can guide me in the right direction. I am looking to design a database that among other things, can tell me what documents are still missing and at what stage of the appication ( to complete the application process for visa's etc). I would like to make reminders for myself...
  13. M

    Calendar form? For Secutiry company db

    Hi There I hope someone can assist me. I am creating a database for a Security Company. I would like to create a form (which looks like a calendar), where I can select the name of the client in a combo box on the top of the form, and then a calendar displays for that specific client. I...
Back
Top Bottom