| Thread | Last Post | Replies |
|
| Moving Rows | 27 Sep 2006 18:55 GMT | 1 |
I am having trouble with moving a row of information from one table to another. Can anyone assist? Thank you.
|
| Highlight entry value | 27 Sep 2006 18:23 GMT | 1 |
I'm designing a database, in which the data entry person is a modified worker who is not familiar with computers at all. In the entry form, is there a way to highlight the value of the entry box on click, instead of having to delete it first and then enter?
|
| Buttons enabled/disabled | 27 Sep 2006 17:46 GMT | 4 |
Is possible to enable/disable a button in a form, depending on the value of a certain text field? Thank you. Acores
|
| Easy Drop Down Box Question | 27 Sep 2006 17:40 GMT | 17 |
How do I ake a dropdown box populate values off of the "state" field in the "contacts" table? Ideally, I want each state to be listed once, assuming it is already listed in a record in "contacts".
|
| Limit characters in a text box | 27 Sep 2006 17:36 GMT | 4 |
I have a text box on a form and I want to prevent the user from entering more than 30 characters. Isn't there a way to prevent data entry after 30 characters are entered? Thanks,
|
| Use command button to populate subform Tab | 27 Sep 2006 17:26 GMT | 2 |
I have a subform, called DATA, and on that subform is a bunch of tabs, each with different fields on them. I have a tab called NUMBERS, with fields that contain numbers as data type. What I need is a command button to be clicked when a user is finished entering data, and any of
|
| Help opening an Excel file | 27 Sep 2006 17:19 GMT | 7 |
I need to open an excel file from my access form. Everything is working fine, here is the code that I am using: Dim MyObject As Object Set MyObject = GetObject("C:\MIS Inventory.xls")
|
| how do i clear values that are automatically entered to a form? | 27 Sep 2006 17:16 GMT | 2 |
On my form I have a combo box that looks up values from a query. This data is automatically entered onto the form. How can I make the values so that they do not display anything? Thanks
|
| date format | 27 Sep 2006 17:15 GMT | 6 |
Can I format a time as hh:nn but have it display 2:00 for 2 pm rather than 14:00 without showing the AM or PM?
 Signature sam
|
| FollowHyperlink has Question Mark in front | 27 Sep 2006 16:58 GMT | 1 |
I'm trying to take information and open a browser to Google Maps. I got it working almost perfectly fine, except for an error the screws things up every now and then. It outputs this link:
|
| grabbing a rate field | 27 Sep 2006 16:14 GMT | 2 |
I have a table that has a client id, delivery yard#(can be more than one of the same #, deliv yd name,pickup yard#(can be more than one of the same #), and type of material(2choices). Based on that combination of what is in those three
|
| Command button problem | 27 Sep 2006 16:06 GMT | 5 |
I have 2 command buttons. The first views all data in a subform. The second prompts for a user name to view data just for that particular user. They are each using a different subform (data coming from same query), and the code in the event is calling out the correct subform. ...
|
| wrong data showing in form | 27 Sep 2006 15:38 GMT | 1 |
Can someone help? I click on my Command button, which brings up a subform of part numbers and pertinent information (which all comes from one query). When I click on a part number, a form comes up (and should show) the info for that part number in a form. But the info showing is ...
|
| Adding a Tab Control | 27 Sep 2006 15:28 GMT | 1 |
I want to add a tab control to a form that covers the whole form. When I do this the background color of the tab control is white. I want to change it so that the color is transparant so that whatever back color I use for the form will show through. I can't seem to find a place ...
|
| How to export 2 decimals | 27 Sep 2006 15:15 GMT | 2 |
I want to export a table that has numeric double fields to a fixed format file. I need the output field right justified with decimal point followed by 2 decimals (xxxxx.xx). I can right justify the field but how do I get the 2 decimals?
|