Connecting Tech Pros Worldwide Forums | Help | Site Map

Suggestions on how to create a scheduler in Microsoft Access

Vincent
Guest
 
Posts: n/a
#1: Mar 12 '06
I have been given the task of creating a scheduler for a POS program my
company sells. They are currently using the Microsoft FlexGrid as the
crux of the design. However, I want to be able to incorporate drag and
drop capabilities into my design and I do not believe the FlexGrid
lends itself to such behavior. Basically, the schedule is a
spreadsheet with the days of the week on the top, the time on the left
and the appointment somewhere in the middle. I want the user to be
able to drag an appointment from one cell to another. I am toying with
the idea of creating an individual text box for each cell, but this
would be horrible to maintain. Can anyone suggest a good control or
controls for accomplishing this task? Thank you.

-Vincent


David W. Fenton
Guest
 
Posts: n/a
#2: Mar 12 '06

re: Suggestions on how to create a scheduler in Microsoft Access


"Vincent" <animedreamer@verizon.net> wrote in
news:1142198228.575123.118930@v46g2000cwv.googlegr oups.com:
[color=blue]
> I have been given the task of creating a scheduler for a POS
> program my company sells. They are currently using the Microsoft
> FlexGrid as the crux of the design. However, I want to be able to
> incorporate drag and drop capabilities into my design and I do not
> believe the FlexGrid lends itself to such behavior. Basically,
> the schedule is a spreadsheet with the days of the week on the
> top, the time on the left and the appointment somewhere in the
> middle. I want the user to be able to drag an appointment from
> one cell to another. I am toying with the idea of creating an
> individual text box for each cell, but this would be horrible to
> maintain. Can anyone suggest a good control or controls for
> accomplishing this task?[/color]

So far as I can see, this question has nothing to do with Access.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
david epsom dot com dot au
Guest
 
Posts: n/a
#3: Mar 13 '06

re: Suggestions on how to create a scheduler in Microsoft Access


I'm sure someone must have implemented Drag & drop on
the flexi-grid before. Perhaps you could try asking
in a VB group? Perhaps microsoft.public.vb.general.discussion

Access supports cut & paste for data fields, but not really
drag & drop. If you've got the FlexGrid running well,
I'd stick with that until you find something better.

(david)

"Vincent" <animedreamer@verizon.net> wrote in message
news:1142198228.575123.118930@v46g2000cwv.googlegr oups.com...[color=blue]
>I have been given the task of creating a scheduler for a POS program my
> company sells. They are currently using the Microsoft FlexGrid as the
> crux of the design. However, I want to be able to incorporate drag and
> drop capabilities into my design and I do not believe the FlexGrid
> lends itself to such behavior. Basically, the schedule is a
> spreadsheet with the days of the week on the top, the time on the left
> and the appointment somewhere in the middle. I want the user to be
> able to drag an appointment from one cell to another. I am toying with
> the idea of creating an individual text box for each cell, but this
> would be horrible to maintain. Can anyone suggest a good control or
> controls for accomplishing this task? Thank you.
>
> -Vincent
>[/color]


Closed Thread