Results 1 to 15 of 15
  1. #1
    MickyB is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jan 2019
    Location
    UK
    Posts
    25

    Would Like someone to upgrade my database...will pay

    I was wondering if someone could change, ad to or rebuild this database I have created to include a scheduling calander and do everything else it currently does. It works fine but I would like it to create an appointment schedule from the customers and jobs inputed The Carpet Cleaning Pro.zip

  2. #2
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows 10 Access 2016
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,610
    MickyB

    I would like it to create an appointment schedule from the customers and jobs inputed
    Can you give us more details of your requirements
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  3. #3
    MickyB is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jan 2019
    Location
    UK
    Posts
    25
    I have created a database that creates job sheets, invoices, expenses, invoice payment tracking freports, customes etc. I would like it to create a job schedule calendar aswell from the data that is input....allocate times slots on a calander and set times for the different jobs but... I have no idea how to do this

  4. #4
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,758
    Hi MickyB

    Your table "JobDetails" is not normalised as it contains fields like"-

    JobType1
    JobType2
    JobType3
    JobType4
    JobType5

    as well as

    JobDescription 1 through 5

    &

    Cost 1 through 5

    This needs to be corrected before anything else is done.

    Is this database in actual use?

  5. #5
    davegri's Avatar
    davegri is offline Excess Access
    Windows 10 Access 2016
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,706
    I would like it to create a job schedule calendar aswell from the data that is input....allocate times slots on a calander and set times for the different jobs but... I have no idea how to do this
    You're still not being clear as to what you want. How would you like the calendar to display - like a wall calendar with 30 days showing that you can type into the days?
    Or do you mean you want a means to enter future jobs as recurring events in your job detail table? We can't help if we can't visualize what you want.
    Simply repeating what you already have provided is no help.

  6. #6
    MickyB is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jan 2019
    Location
    UK
    Posts
    25
    how do i correct them and what do i correct them with

  7. #7
    MickyB is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jan 2019
    Location
    UK
    Posts
    25
    I want to be able to to see all bookings on a calendar month by month or week by week. Basically a database that we can input the customers and jobs and it shows them on a calendar and also creates job sheets, invoices, receipts, payment tracking, job reports, etc

  8. #8
    MickyB is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jan 2019
    Location
    UK
    Posts
    25
    how do i correct them and what do i correct them with

  9. #9
    MickyB is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jan 2019
    Location
    UK
    Posts
    25
    Yes this database is in use and works perfectly for me but I want to be able to see the appointments on a calander and perhaps be able to book jobs in from that calander view.

  10. #10
    davegri's Avatar
    davegri is offline Excess Access
    Windows 10 Access 2016
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,706
    Do you schedule on weekends? Should the calendar show 7 days per week or just 5? How much data should show on the calendar - just the customer name and time or more? Not much space there. Typically how many jobs are scheduled on a given day?
    How many people use the database? How many computers have access to the database?
    Last edited by davegri; 06-18-2020 at 08:02 AM. Reason: more

  11. #11
    MickyB is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jan 2019
    Location
    UK
    Posts
    25
    yes we schedule weekends. yes 7 days showing. Cusomer name and time showing. may be upto 5 jobs on any day. we run the database in a shared network folder so more that one can access it.

  12. #12
    davegri's Avatar
    davegri is offline Excess Access
    Windows 10 Access 2016
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,706
    See how this works for you:
    CCP2020-davegri-v01.zip

    Click image for larger version. 

Name:	ccp.png 
Views:	43 
Size:	21.7 KB 
ID:	42236

  13. #13
    ssanfu is offline Master of Nothing
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    @davegri, Nice! I had started making changes, but I hadn't started on the calendar part - just fixing the object names, PK/FK names and figuring out the relationships (restructured a couple of tables).
    Now I'm going to study your calendar addin.



    @MickyB
    Quote Originally Posted by MickyB View Post
    ) we run the database in a shared network folder so more that one can access it.
    Do you mean that the dB is an all-in-one, is on the network and many people are in it at the same time?? If YES, then you are flirting with disaster!! This setup is a sure way to corrupt your dB.

    The dB should be split into a BE (back end) that has only the tables and a FE (front end) that has all of the other objects. The BE would be on the network and (the tables) would be linked to the FE.
    EACH used should have a COPY of the FE on their local computer.

    IF the dB is an all-in-one and multiple people are using it at the same time, it is not a question of IF the dB gets corrupted, it is just a question of WHEN.

  14. #14
    davegri's Avatar
    davegri is offline Excess Access
    Windows 10 Access 2016
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,706
    Did some more work on DB.
    Cleaned up some reserved word usage in code.
    Fixed problem with subform not always showing correct job.
    Added search comboboxes for customer and company.

    CCP2020-davegri-v02.zip

    Click image for larger version. 

Name:	mick.png 
Views:	36 
Size:	18.2 KB 
ID:	42240

  15. #15
    davegri's Avatar
    davegri is offline Excess Access
    Windows 10 Access 2016
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,706
    Still more refinements:
    CCP2020-davegri-v03.zip

    Added some remarks to VBA code
    Increased size of calendar textboxes so that font size could be larger
    Modifed field widths of listbox on frmCalendar
    Fixed total amounts in listbox on frmCalendar
    Added VBA code to Refresh button on job subform to clear filters and remain on current customer (was embedded macro)
    Removed some commented out superfluous code
    Toned down color of current day block in calendar
    Added custom navigation buttons to main form with color indicator for filter on

    Click image for larger version. 

Name:	pink.png 
Views:	32 
Size:	52.0 KB 
ID:	42249

    Click image for larger version. 

Name:	font.png 
Views:	31 
Size:	29.3 KB 
ID:	42250

Please reply to this thread with any new information or opinions.

Similar Threads

  1. cant open database after 2016 upgrade
    By BobW2961 in forum Access
    Replies: 1
    Last Post: 07-24-2017, 07:30 AM
  2. Replies: 5
    Last Post: 02-02-2017, 08:07 PM
  3. What Happens When I Upgrade?
    By jsheffie in forum General Chat
    Replies: 1
    Last Post: 04-09-2014, 09:46 PM
  4. Upgrade database from 2003 to 2010
    By magua in forum Access
    Replies: 1
    Last Post: 06-06-2012, 01:58 PM
  5. Should we upgrade
    By bapman in forum Database Design
    Replies: 5
    Last Post: 01-08-2012, 01:03 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums