Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create a form in excel so I can enter data using DataForm | Excel Discussion (Misc queries) | |||
how to get a data form to fill you own exel sheet (was data-form | Excel Worksheet Functions | |||
data form | Excel Discussion (Misc queries) | |||
format data displayed on Excel data entry form | Setting up and Configuration of Excel | |||
have 3 worksheets, 1 is a form, the other 2 data for the form-wan. | Excel Worksheet Functions |