+ Reply to Thread
Results 1 to 3 of 3

Trying to Create a booking in and out system

  1. #1
    Registered User
    Join Date
    09-08-2012
    Location
    lincoln, england
    MS-Off Ver
    Excel 2003
    Posts
    6

    Trying to Create a booking in and out system

    Hi all,

    I have a few problems with creating a booking in and out job system let me explain the intended use before i explain the problems:

    The idea is that you will be able to book a job onto the excel sheet using a "book in" button this button will take you to a form to fill in then add your job to the list (with a time stamp)
    then the same thing for booking out but when booking out you click the "book out" button and search for your job using a user form then press complete and your job will be deleted and moved to another sheet called completed jobs.

    Current issues i am facing are:

    When booking in the only thing that transfers from the form to the job list (sheet2) is the timestamp nothing else will transfer.

    When booking out the search button wont delete the correct row it will only delete from sheet 1 and not sheet 2.


    also the titles currently do not tie up as i have used a macro for the booking out from a different form i plan to tidy these up when its all working.

    Please help!!

    Booking System to upload.xls

  2. #2
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,643

    Re: Trying to Create a booking in and out system

    Quote Originally Posted by ellisp999 View Post
    Current issues i am facing are:

    1.) When booking in the only thing that transfers from the form to the job list (sheet2) is the timestamp nothing else will transfer.

    2.) When booking out the search button wont delete the correct row it will only delete from sheet 1 and not sheet 2.

    1.) In the CommandButton1_Click (Submit) procedure, your code clears the textboxes before writing the values to the worksheet. Move the highlighted code like below so it is after the values are written

    Please Login or Register  to view this content.

    2.) Just specify the worksheet to delete from.
    Please Login or Register  to view this content.
    Surround your VBA code with CODE tags e.g.;
    [CODE]your VBA code here[/CODE]
    The # button in the forum editor will apply CODE tags around your selected text.

  3. #3
    Registered User
    Join Date
    09-08-2012
    Location
    lincoln, england
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Trying to Create a booking in and out system

    I think i love you!

    Thats really helped thanks.

    How about if i want to keep the data so say cut then paste into another sheet?

    Any ideas on how i can time how long a job has been waiting even if its like 10 days?

    Thanks again!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Create booking system in excel!
    By aretha in forum Excel Programming / VBA / Macros
    Replies: 29
    Last Post: 12-29-2021, 03:59 AM
  2. Help using VB programming in my booking system
    By JSCR01 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-25-2010, 03:11 PM
  3. Creating a booking system
    By harley08 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 03-14-2008, 05:50 PM
  4. booking system.
    By redja in forum Excel General
    Replies: 4
    Last Post: 02-21-2007, 10:45 AM
  5. Booking system formula
    By johncouzins in forum Excel General
    Replies: 4
    Last Post: 07-26-2005, 11:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1