| Thread | Last Post | Replies |
|
| Open text file for input from internet | 06 Sep 2005 00:33 GMT | 1 |
I have a website that generates data in a text file. I have a database that is supposed to import data from the text file on the website. The format of the text file is not ideal for the database so I have a form that opens the text file and creates a text file in a better form ...
|
| Combo box for Searching | 06 Sep 2005 00:00 GMT | 3 |
Hi I want to open a combo box with list of all the software in the field SoftWareWithVersion. then when it is selected it will call the contents of the related record. when I create a combo box all it does is change the field of the current
|
| Combo Box on a Form | 05 Sep 2005 22:35 GMT | 2 |
I have established a Combo Box on my Form, and I am using a table to display the values. This is working great when I have a value on my table that I want to use. However, there are times when I wish to key in a value that is different from what is in my table - but it won't ...
|
| How do requery a subform on another form from a seperate form? | 05 Sep 2005 15:56 GMT | 1 |
Ive asked this question before a different way but got no resolution. So here's my problem again, please advise on alternative workarounds or a solution; How do requery a subform on another form from a seperate form?
|
| Continues form | 05 Sep 2005 15:03 GMT | 1 |
I'm new to Access programming. I've used other versions of Visual Basic before, but I'm finding a lot of differences between my prior experience and access. In another thread someone suggested that I use a continues form.
|
| calculate end date from start date using months | 05 Sep 2005 14:54 GMT | 1 |
I want to calculate and end date from a date entered and number of months,into a form by a user. I am using dateadd, but it only calculates the number of months not the actual date. Is there anyway around this ?
|
| Object Defined Error (Syntax Error) | 05 Sep 2005 14:48 GMT | 1 |
I'm trying to set the value of a check box on a subform from a main form but I keep getting this error "2465 Object defined error" Is my syntax wrong? Forms!OveringItem.OveringItemSub.Form!Overring = True
|
| list box, move up move down | 05 Sep 2005 13:10 GMT | 1 |
Hi to all, I have tblCategories containing CatID, CatName and CatRelativePosition. CatID is an autonumber field, CatName is a text field and CatRelativePosition a long integer field.
|
| controls in tabs | 05 Sep 2005 12:53 GMT | 2 |
I have this code which populates values in comboboxes. The problem is that i want it to do it only in comboboxes within the pages of a tabcontrol. Is this possible? Here's the codesnippet:
|
| Date,Date, Gosh I need 1! | 05 Sep 2005 10:44 GMT | 3 |
I have a main form that display employee info. Inside of the main form I have a subform that displays the jobs completed based on [empID]. It displays ALL of the jobs in descending order of [jobdate] What I would like to do is add a combo box to subform that automatically
|
| years comboBox | 05 Sep 2005 07:29 GMT | 5 |
I have a form in which I want to put a comboBox with all the years between a certain range. I want the range to change according to another comboBox. For example, when opening the form, I want the year comboBox to consist of the all years between 2000 and 2020. But, if the user ...
|
| Why can't I get the same date when adding a new record? | 05 Sep 2005 05:47 GMT | 1 |
I am using Access 2002 and I have a problem using MS Calendar Control, I have no other choice but to use this type of control, although I know there are better calendar controls out there. My problem seem when I add a new record using a simple command button (see below for ...
|
| datagrid | 05 Sep 2005 05:01 GMT | 6 |
I want to show the results of an SQL select statement in a form. I've used a DataGrid control in VB 6 but I can't find it in the Access toolbox. Is there an equivalent control in Access? I want to join two tables and show the results in a single grid.
|
| MDE to MDB Utility | 05 Sep 2005 04:36 GMT | 3 |
I lost my MDB file. Is there any utility to convert mde to mdb or recover Access object and coding from MDE file ? Thanks. Vensia
|
| Calculating sales tax by purchase date | 05 Sep 2005 02:11 GMT | 6 |
Hi all :-) - Access 2003 - XP Pro I need to be able to display the current sales tax on a form, by the purchase date, times the current sales tax % to accommodate the expected increase in state sales tax next year.
|