#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 87
Default Data Form

I have a command button activate the standard Data form for a sheet as I have
no idea how to create a customer form to update records. My question is this
- is there anyway to edit the standard form - really what I want is to
disable the 'New' button so that users do not use it to create new records -
there is a custom form for this.

Any help would be appreciated as this is all very new to me. Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Data Form

I don't think so.

John Walkenbach has an enhanced data form:
http://j-walk.com/ss/dataform/index.htm

And the source code is available for a small fee ($20 USA, IIRC). So you can
modify it as much as you want.

And if that's not sufficient, then maybe you could design your own input
userform.

Debra Dalgleish shares some tips:
http://contextures.com/xlUserForm01.html

Peter Aiken Articles:
Part I
http://msdn.microsoft.com/library/en...FormsPartI.asp
Part II
http://msdn.microsoft.com/library/en...ormsPartII.asp

Leanne wrote:

I have a command button activate the standard Data form for a sheet as I have
no idea how to create a customer form to update records. My question is this
- is there anyway to edit the standard form - really what I want is to
disable the 'New' button so that users do not use it to create new records -
there is a custom form for this.

Any help would be appreciated as this is all very new to me. Thanks


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 87
Default Data Form

Hi Dave,

I thought as much. I have already built a user input form (thanks to
Debra's site) but the problem I have with that is I do not know how to get it
to update existing data rather than enter new data.

What I want to achieve with this form is for the user to make changes to an
existing record.

I will check out Peter's site and see if that sheds any light on the correct
coding needed to update.

Thanks

"Dave Peterson" wrote:

I don't think so.

John Walkenbach has an enhanced data form:
http://j-walk.com/ss/dataform/index.htm

And the source code is available for a small fee ($20 USA, IIRC). So you can
modify it as much as you want.

And if that's not sufficient, then maybe you could design your own input
userform.

Debra Dalgleish shares some tips:
http://contextures.com/xlUserForm01.html

Peter Aiken Articles:
Part I
http://msdn.microsoft.com/library/en...FormsPartI.asp
Part II
http://msdn.microsoft.com/library/en...ormsPartII.asp

Leanne wrote:

I have a command button activate the standard Data form for a sheet as I have
no idea how to create a customer form to update records. My question is this
- is there anyway to edit the standard form - really what I want is to
disable the 'New' button so that users do not use it to create new records -
there is a custom form for this.

Any help would be appreciated as this is all very new to me. Thanks


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 87
Default Data Form

Great sites but nothing shared on any of them about updating existing data

"Leanne" wrote:

Hi Dave,

I thought as much. I have already built a user input form (thanks to
Debra's site) but the problem I have with that is I do not know how to get it
to update existing data rather than enter new data.

What I want to achieve with this form is for the user to make changes to an
existing record.

I will check out Peter's site and see if that sheds any light on the correct
coding needed to update.

Thanks

"Dave Peterson" wrote:

I don't think so.

John Walkenbach has an enhanced data form:
http://j-walk.com/ss/dataform/index.htm

And the source code is available for a small fee ($20 USA, IIRC). So you can
modify it as much as you want.

And if that's not sufficient, then maybe you could design your own input
userform.

Debra Dalgleish shares some tips:
http://contextures.com/xlUserForm01.html

Peter Aiken Articles:
Part I
http://msdn.microsoft.com/library/en...FormsPartI.asp
Part II
http://msdn.microsoft.com/library/en...ormsPartII.asp

Leanne wrote:

I have a command button activate the standard Data form for a sheet as I have
no idea how to create a customer form to update records. My question is this
- is there anyway to edit the standard form - really what I want is to
disable the 'New' button so that users do not use it to create new records -
there is a custom form for this.

Any help would be appreciated as this is all very new to me. Thanks


--

Dave Peterson

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Data Form

I suggested something at your post "Help with Forms" in .programming.

If that didn't work, you'll have to provide some more details (well, for me to
guess).

Leanne wrote:

Hi Dave,

I thought as much. I have already built a user input form (thanks to
Debra's site) but the problem I have with that is I do not know how to get it
to update existing data rather than enter new data.

What I want to achieve with this form is for the user to make changes to an
existing record.

I will check out Peter's site and see if that sheds any light on the correct
coding needed to update.

Thanks

"Dave Peterson" wrote:

I don't think so.

John Walkenbach has an enhanced data form:
http://j-walk.com/ss/dataform/index.htm

And the source code is available for a small fee ($20 USA, IIRC). So you can
modify it as much as you want.

And if that's not sufficient, then maybe you could design your own input
userform.

Debra Dalgleish shares some tips:
http://contextures.com/xlUserForm01.html

Peter Aiken Articles:
Part I
http://msdn.microsoft.com/library/en...FormsPartI.asp
Part II
http://msdn.microsoft.com/library/en...ormsPartII.asp

Leanne wrote:

I have a command button activate the standard Data form for a sheet as I have
no idea how to create a customer form to update records. My question is this
- is there anyway to edit the standard form - really what I want is to
disable the 'New' button so that users do not use it to create new records -
there is a custom form for this.

Any help would be appreciated as this is all very new to me. Thanks


--

Dave Peterson


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 87
Default Data Form

Hi Dave,

Yes sorry about not replying to that. In that instance I was not able to
get it to work but did eventually resolve it - with help so can not replicate
it!

Belive it or not that was a totally different form to the one I am trying to
create.

Are you willing to communicate via email? Either way, so that I provide the
right information, what would you need to know to start with?

Sorry I am really new at this side of Excel - give me a formula or chart and
I am fine!

"Dave Peterson" wrote:

I suggested something at your post "Help with Forms" in .programming.

If that didn't work, you'll have to provide some more details (well, for me to
guess).

Leanne wrote:

Hi Dave,

I thought as much. I have already built a user input form (thanks to
Debra's site) but the problem I have with that is I do not know how to get it
to update existing data rather than enter new data.

What I want to achieve with this form is for the user to make changes to an
existing record.

I will check out Peter's site and see if that sheds any light on the correct
coding needed to update.

Thanks

"Dave Peterson" wrote:

I don't think so.

John Walkenbach has an enhanced data form:
http://j-walk.com/ss/dataform/index.htm

And the source code is available for a small fee ($20 USA, IIRC). So you can
modify it as much as you want.

And if that's not sufficient, then maybe you could design your own input
userform.

Debra Dalgleish shares some tips:
http://contextures.com/xlUserForm01.html

Peter Aiken Articles:
Part I
http://msdn.microsoft.com/library/en...FormsPartI.asp
Part II
http://msdn.microsoft.com/library/en...ormsPartII.asp

Leanne wrote:

I have a command button activate the standard Data form for a sheet as I have
no idea how to create a customer form to update records. My question is this
- is there anyway to edit the standard form - really what I want is to
disable the 'New' button so that users do not use it to create new records -
there is a custom form for this.

Any help would be appreciated as this is all very new to me. Thanks

--

Dave Peterson


--

Dave Peterson

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Data Form

By keeping the discussion in the newsgroups, you'll get a lot of potential
responders.

You may want to post the details that make this a different problem.

Leanne wrote:

Hi Dave,

Yes sorry about not replying to that. In that instance I was not able to
get it to work but did eventually resolve it - with help so can not replicate
it!

Belive it or not that was a totally different form to the one I am trying to
create.

Are you willing to communicate via email? Either way, so that I provide the
right information, what would you need to know to start with?

Sorry I am really new at this side of Excel - give me a formula or chart and
I am fine!

"Dave Peterson" wrote:

I suggested something at your post "Help with Forms" in .programming.

If that didn't work, you'll have to provide some more details (well, for me to
guess).

Leanne wrote:

Hi Dave,

I thought as much. I have already built a user input form (thanks to
Debra's site) but the problem I have with that is I do not know how to get it
to update existing data rather than enter new data.

What I want to achieve with this form is for the user to make changes to an
existing record.

I will check out Peter's site and see if that sheds any light on the correct
coding needed to update.

Thanks

"Dave Peterson" wrote:

I don't think so.

John Walkenbach has an enhanced data form:
http://j-walk.com/ss/dataform/index.htm

And the source code is available for a small fee ($20 USA, IIRC). So you can
modify it as much as you want.

And if that's not sufficient, then maybe you could design your own input
userform.

Debra Dalgleish shares some tips:
http://contextures.com/xlUserForm01.html

Peter Aiken Articles:
Part I
http://msdn.microsoft.com/library/en...FormsPartI.asp
Part II
http://msdn.microsoft.com/library/en...ormsPartII.asp

Leanne wrote:

I have a command button activate the standard Data form for a sheet as I have
no idea how to create a customer form to update records. My question is this
- is there anyway to edit the standard form - really what I want is to
disable the 'New' button so that users do not use it to create new records -
there is a custom form for this.

Any help would be appreciated as this is all very new to me. Thanks

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create a form in excel so I can enter data using DataForm Lynn Excel Discussion (Misc queries) 2 February 14th 07 06:35 PM
how to get a data form to fill you own exel sheet (was data-form erik van buijtenen Excel Worksheet Functions 2 May 30th 06 05:31 PM
data form CG Excel Discussion (Misc queries) 1 March 31st 06 10:26 PM
format data displayed on Excel data entry form Bob, too Setting up and Configuration of Excel 0 May 19th 05 08:26 PM
have 3 worksheets, 1 is a form, the other 2 data for the form-wan. bken Excel Worksheet Functions 0 January 12th 05 09:15 PM


All times are GMT +1. The time now is 03:48 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"