PC Review


Reply
Thread Tools Rate Thread

Adding control boxes automatically

 
 
Fred's
Guest
Posts: n/a
 
      29th Oct 2007
Hi Folks,

I'm completly jammed here, I've been trying to find a way to add
control box to a form by clicking a bottom.
Unfortunately, I've keep failed.

Could someone help me on this matter.

Your help will be very appreciated

 
Reply With Quote
 
 
 
 
Douglas J. Steele
Guest
Posts: n/a
 
      29th Oct 2007
That's an extremely unusual thing to have to do in a production application.

Perhaps you can explain your situation, and someone will be able to suggest
an alternative.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Fred's" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Folks,
>
> I'm completly jammed here, I've been trying to find a way to add
> control box to a form by clicking a bottom.
> Unfortunately, I've keep failed.
>
> Could someone help me on this matter.
>
> Your help will be very appreciated
>



 
Reply With Quote
 
Fred's
Guest
Posts: n/a
 
      29th Oct 2007
I'm expaining,

Each day, we are receiving phone calls, fax and emails from supplier
to schedules orders deliveries to our compagny. (Order number and
carton qty). presently, we are entering this information in excel
ligne by ligne: time of deliveries, the orders number to be received
and the quantity per container, etc..

But, we already own an access database for all the other purpose. The
purpose of this access form will be to replace the excel one's to an
access form in order to do the same. However, I need to be able to add
text boxes on the access form via a control button.

Thanking you in advance for your help!

Fred's



On Oct 29, 12:27 pm, "Douglas J. Steele"
<NOSPAM_djsteele@NOSPAM_canada.com> wrote:
> That's an extremely unusual thing to have to do in a production application.
>
> Perhaps you can explain your situation, and someone will be able to suggest
> an alternative.
>
> --
> Doug Steele, Microsoft Access MVPhttp://I.Am/DougSteele
> (no e-mails, please!)
>
> "Fred's" <frederic10_m...@hotmail.com> wrote in message
>
> news:(E-Mail Removed)...
>
>
>
> > Hi Folks,

>
> > I'm completly jammed here, I've been trying to find a way to add
> > control box to a form by clicking a bottom.
> > Unfortunately, I've keep failed.

>
> > Could someone help me on this matter.

>
> > Your help will be very appreciated- Hide quoted text -

>
> - Show quoted text -



 
Reply With Quote
 
=?Utf-8?B?TGFuY2U=?=
Guest
Posts: n/a
 
      29th Oct 2007
Unless there's something I'm completely missing, I'm not seeing a need to add
controls dynamically to your form.

You can use the access forms wizard to create a "datasheet form" which will
have the same row & column format of an excel spreadsheet.

Or you can make a single record view, with a control for each field set up
at design time.

Both are easy to make, and will do everything you described and more. What,
specifically, were you wanting to do with the new control?


"Fred's" wrote:

> I'm expaining,
>
> Each day, we are receiving phone calls, fax and emails from supplier
> to schedules orders deliveries to our compagny. (Order number and
> carton qty). presently, we are entering this information in excel
> ligne by ligne: time of deliveries, the orders number to be received
> and the quantity per container, etc..
>
> But, we already own an access database for all the other purpose. The
> purpose of this access form will be to replace the excel one's to an
> access form in order to do the same. However, I need to be able to add
> text boxes on the access form via a control button.
>
> Thanking you in advance for your help!
>
> Fred's
>
>
>
> On Oct 29, 12:27 pm, "Douglas J. Steele"
> <NOSPAM_djsteele@NOSPAM_canada.com> wrote:
> > That's an extremely unusual thing to have to do in a production application.
> >
> > Perhaps you can explain your situation, and someone will be able to suggest
> > an alternative.
> >
> > --
> > Doug Steele, Microsoft Access MVPhttp://I.Am/DougSteele
> > (no e-mails, please!)
> >
> > "Fred's" <frederic10_m...@hotmail.com> wrote in message
> >
> > news:(E-Mail Removed)...
> >
> >
> >
> > > Hi Folks,

> >
> > > I'm completly jammed here, I've been trying to find a way to add
> > > control box to a form by clicking a bottom.
> > > Unfortunately, I've keep failed.

> >
> > > Could someone help me on this matter.

> >
> > > Your help will be very appreciated- Hide quoted text -

> >
> > - Show quoted text -

>
>
>

 
Reply With Quote
 
Douglas J. Steele
Guest
Posts: n/a
 
      30th Oct 2007
I'm with Lance. There's nothing in what you've described that suggests you
need to dynamically add controls.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Fred's" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I'm expaining,
>
> Each day, we are receiving phone calls, fax and emails from supplier
> to schedules orders deliveries to our compagny. (Order number and
> carton qty). presently, we are entering this information in excel
> ligne by ligne: time of deliveries, the orders number to be received
> and the quantity per container, etc..
>
> But, we already own an access database for all the other purpose. The
> purpose of this access form will be to replace the excel one's to an
> access form in order to do the same. However, I need to be able to add
> text boxes on the access form via a control button.
>
> Thanking you in advance for your help!
>
> Fred's
>
>
>
> On Oct 29, 12:27 pm, "Douglas J. Steele"
> <NOSPAM_djsteele@NOSPAM_canada.com> wrote:
>> That's an extremely unusual thing to have to do in a production
>> application.
>>
>> Perhaps you can explain your situation, and someone will be able to
>> suggest
>> an alternative.
>>
>> --
>> Doug Steele, Microsoft Access MVPhttp://I.Am/DougSteele
>> (no e-mails, please!)
>>
>> "Fred's" <frederic10_m...@hotmail.com> wrote in message
>>
>> news:(E-Mail Removed)...
>>
>>
>>
>> > Hi Folks,

>>
>> > I'm completly jammed here, I've been trying to find a way to add
>> > control box to a form by clicking a bottom.
>> > Unfortunately, I've keep failed.

>>
>> > Could someone help me on this matter.

>>
>> > Your help will be very appreciated- Hide quoted text -

>>
>> - Show quoted text -

>
>



 
Reply With Quote
 
Fred's
Guest
Posts: n/a
 
      30th Oct 2007
On Oct 29, 8:19 pm, "Douglas J. Steele"
<NOSPAM_djsteele@NOSPAM_canada.com> wrote:
> I'm with Lance. There's nothing in what you've described that suggests you
> need to dynamically add controls.
>
> --
> Doug Steele, Microsoft Access MVPhttp://I.Am/DougSteele
> (no private e-mails, please)
>
> "Fred's" <frederic10_m...@hotmail.com> wrote in message
>
> news:(E-Mail Removed)...
>
>
>
> > I'm expaining,

>
> > Each day, we are receiving phone calls, fax and emails from supplier
> > to schedules orders deliveries to our compagny. (Order number and
> > carton qty). presently, we are entering this information in excel
> > ligne by ligne: time of deliveries, the orders number to be received
> > and the quantity per container, etc..

>
> > But, we already own an access database for all the other purpose. The
> > purpose of this access form will be to replace the excel one's to an
> > access form in order to do the same. However, I need to be able to add
> > text boxes on the access form via a control button.

>
> > Thanking you in advance for your help!

>
> > Fred's

>
> > On Oct 29, 12:27 pm, "Douglas J. Steele"
> > <NOSPAM_djsteele@NOSPAM_canada.com> wrote:
> >> That's an extremely unusual thing to have to do in a production
> >> application.

>
> >> Perhaps you can explain your situation, and someone will be able to
> >> suggest
> >> an alternative.

>
> >> --
> >> Doug Steele, Microsoft Access MVPhttp://I.Am/DougSteele
> >> (no e-mails, please!)

>
> >> "Fred's" <frederic10_m...@hotmail.com> wrote in message

>
> >>news:(E-Mail Removed)...

>
> >> > Hi Folks,

>
> >> > I'm completly jammed here, I've been trying to find a way to add
> >> > control box to a form by clicking a bottom.
> >> > Unfortunately, I've keep failed.

>
> >> > Could someone help me on this matter.

>
> >> > Your help will be very appreciated- Hide quoted text -

>
> >> - Show quoted text -- Hide quoted text -

>
> - Show quoted text -


Thanks guys,

I've just realize that a simple datasheet form will do the same as you
wrote
Thanks you..
Fred's

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
switch automatically between text boxes Valeria Microsoft Excel Programming 4 4th Dec 2009 03:55 PM
Adding control boxes =?Utf-8?B?U3Vl?= Microsoft Access Forms 2 23rd Jun 2007 06:50 PM
Delete check boxes automatically jcvanderhorst@gmail.com Microsoft Excel Programming 4 27th Sep 2006 08:13 PM
Automatically Close Dialog Boxes chriskane Microsoft Excel Worksheet Functions 2 9th Aug 2005 12:14 PM
Clearing Check Boxes automatically D Microsoft Excel Worksheet Functions 2 1st Dec 2003 04:35 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:36 AM.