Hi, i am trying to use a single dataModel for two different forms in hopes that when the dataModel is changed in one form it will effect the other as well. but that doesnt work.
i built two forms:
Form_1: has two views set to a model class.
Form_2: has one view connected to the same model...
Because i need to pull it into a loop and play with each one individually.
and just sorting the table in order and looping through it will make things more complicated..
let me try to explain the concept i am trying to do, maybe that will help...
i have this quantity ex 75843 i want to divide...
Hi, is there a way i could get in vba one before the max of a field?
ex.
Column
2500
3200
1500
5700
so i want to able to get into a variable 3200, and then 2500, etc.. basically i should be able to specify how for backwards from the max i want to go..
i hope his makes any sense.
Any ideas...
sorry, let me try explain.
i m looking for vba code that Clears an editBox on the Ribbon. but the code should not be fired by the editBox but rather from another button on the Ribbon
i hope this is better
Does anybody know how to clear an editBox from callback of a different Control?
I have a button on the ribbon which does an opens a form with a recorded which is indicated in the editbox by the user, but i couldn’t figure out how to clear the editBox after the callback from the button is done...
Thank you RiverGuy,
i know how to create a datatset with the wizard, and what i tried to do was create an empty table in the dataset and bind that to the DGV, but i didnt understand what Imports you have to use at the beginning of the code and how to get the Insert's and Update's to work.
i m...
Empty data grid view (with sum Combo Box, but i dont think thats what you asked)
Purely ready for new data entry!
thanks for taking your time to help me here.
Joe
Hi,
i m trying to build an application where the user could enter data in a datagridview and it should be inserted into an Access Database (or to SQL Server which ever you will advise me to use)
i know how to create a DataSet, i tried creating a new DataTable in the dataset and bind that to...
Hi,
how do i refresh a report in access with vba.
my problem as i m calling a report in acViewReport, and the report is bigger then the screen but i dont get the side scrollbar only if i refresh the report manually.
i tried me.refresh but it doesen't work
thanks
Joe
is this how its formated in the vba editor?
do you get any masseges, is it running at all?
where do you have the problem?
if its only the formating then try
docmd.excute("DELETE tblStoredBatches.TempBatchID FROM tblStoredBatches WHERE tblStoredBarches.TempBatchID = '" & Me.TempBatchID & "'")...
Thanks FancyPrairie,
this works great with my running file,
now how do i get the same thing from another file.
like the application title of the file to which the tables in the current file are linked?
Joe
i couldn’t find anything concrete so i just did a workaround.
i append all unique AccountNo's to a table, give them a GroupNo. with an Update Query, then i update my SubForm from that Table.
Joe
but i have already a startup form, and i think i could only do one form at start up.
but then there is another solution, to do an AutoExec Macro, which is the same idea...
i just thought that its possible to do just like in excel.
Thanks
Joe
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.