I would like to know how can i automatically make one field( in a form ) to take data from another field which is in another form. I hope i am making some sense.
So can anyone help me out in this ?
Thanks
I would like to know how can i automatically make one field( in a form ) to take data from another field which is in another form. I hope i am making some sense.
So can anyone help me out in this ?
Thanks
Re: MS Access help!
its been forever since I last touched access but shouldn't it be something along the following lines...
form1!field1.text = form2!field1.text
Re: MS Access help!
All data in all the forms reside in tables. Check the form1 to see which table and field its picking up the data from, then in form2 put the same field in.
Otherwise post the specifics on what you are trying to do and our cough resident Access guru (i) would help u out.
Re: MS Access help!
do you really mean “ALL” data?
you must be used to create your forms thru wizards. ![]()
Re: MS Access help!
well you are probably right. I have worked way too much with VB to know something like this about access. I am guessing what you are saying is that even the fields that are not data-bound (i.e. labels, etc) also reside in tables (system tables that is.)
Re: MS Access help!
I would like to have data auto-inserted from a particular colum in table 'x' in to a defined column in table 'y'. similary, I'd like to achieve auto-updation of this data as well as deletion. Can anyone please provide some guidelines?
thanks in advance
Re: MS Access help!
hmm I wonder who could that be, I ain’t helping anyone out. I am sorry. Hello I am sure one of these gurus would love to help you out. I have retired from my position.
Re: MS Access help!
LOL, finally piddy has competition :D
Re: MS Access help!
Anyone ?? ?
Re: MS Access help!
create a query and use a macro to autoupdate it. Its pretty simple.
Re: MS Access help!
I don’t think on GS anyone can compete with me when it comes to Access at least, thanx to Allah ![]()
Re: MS Access help!
A liittle more description would be much helpful ![]()
Re: MS Access help!
I think nobody here seems to figure it out . Can someone atlease tell me how to increase the size of the checkbox in forms ? I am sure that someone must be knowing this atleast. :)
Re: MS Access help!
I would help u out, if you could send me ur file. Cuz I am not really sure what you are trying to do and why. Proly u could use two different tables and create a third table with the help of query and input all ur data in it. I want to know how u r creating ur forms, so I can easily assist u. So, if you think that there is no confidential data is involve and its not a top secret database. You can either send me through mail as a zip file or post here the screen shots. I am sorry I couldn't ans u rite away, as I am busy myself in one of a huge msaccess project myself. VB takes hell a lot of time :(
Re: MS Access help!
okay as far as I know check boxes can not be resize, but the control provided with it can be so you could enter the text in it. If you find out otherwise, please do enlighten me ![]()