IS there any way you could be more specific as to how I should go about doing this. I am still a newbie with Access and this is my first time working for a form.
Thanks
Hey guys,
I have a simple question that I was hoping someone could help me out with. I have a couple of tables,a query,a report, and a form. I want to use the form in such a way that the user selects a associate from a combobox(cboName)(populated with data from tblAssociate) and that...
Hey guys,
I am editing a form that has a listbox populated with all the employees. The user selects a person, and clicks a button and is shown a report of all that person job duties. I now want to be able to go in and change the job duties and descriptions without having to go directly into...
I have what I know is probably one of the simplest questions in the world for all you guys here at Tek-Tips but I can not find the answer in access help for some reason so I thought I would go to the pros.
I have a parameter query where the user types in the associate's name for the data they...
I finished it and got it to work using AP81's method. I was wonder what I needed to do if the items.txt file was located in another directory. Also, How should I split up the code if the textbox and add new item button are on a seperate form. Thank again for all the help.
The combobox is NOT databound...it is simple full of 6 or 7 different options that can be added to a datagrid. I can get new items to add to the combobox but not save from use to use. I will try AP81's method when I get to work. Alhtough I have never used a textfile before. Thanks for all...
I have a combobox that I want the user to be able to update if it does not contai a choice he needs.
I tried to use this code:
cbotype.Items.Add(txtcboadd.Text)
It would add the needed choice but only for tht session, once i closed the program it would disappear. Is there any way to save it...
I have a dataset that is filled based on the parameter of the invoice number entered. I want to to display the info from the dataset in a more concide fashion than it is generated. Below is a sample dataset.
COMM PRODUCT INV# BROKER TOTAL DATE
0.02 0074 30202 INSI (null) 5/2/2003
0.03...
Does anyone know if it is possible to remove that default blank row at the bottom o fthe datagrid without lossing the ability to add new records. ( I add new records through textboxes and want to take the ability of the user to add through that bottom row). Also, is it possible to remove the...
I have an add button on my windows form that sometimes works and sometimes does not. Sometimes if I quickly double click it will add the new record, other times it just takes on normal click, still other times it will not insert the new reord at all. Does anyone knwo why this might be...
I have a vb.net application that contains 2 forms. When I try to close the project, the form disappears, but the projct is still running....I have to hi tthe stop button to close it out all the way.
Here is the code I have to get to form2 and back to form1:
'To form2
Private Sub...
I can not get that to work...the Paid criteria is "Between [Enter Start Date] And [Enter End Date]" I think this is messing access up. If I input 7/1/03 and 7/30/03 as the start adn end dates.....I want the balnces for 6/2003...When ever I run it using the code you suggested, I get...
I have a query set up right now that pulls commission information for a data range the user types in through start and end dates. Now, I want to show in the query the previous balance for the broker...(each month, the balance is stored by broker, date, and balance) Essentially I need to find...
Hello again all,
I just finished this VB.net program I was working on and started testing it when I noticed a huge hole in it that some how I missed from the beginning.
I have a datagrid that is filled based on a access DB. The columns that are in the datagrid include: lineseqno, itemnumber...
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.