| Thread | Last Post | Replies |
|
| Application vs. Process | 07 Apr 2005 17:13 GMT | 2 |
Hello NG, Access97 on a Windows 2000 Machine - I have a database that prints labels using a 3rd party printing software - Occasionally it locks up in the spooler - I went to the Access
|
| Run Time Error 13 | 07 Apr 2005 17:11 GMT | 1 |
I Imported a file into an access database. The file contains only four fields. The first one is an autonumber (Long) called ID. The next three are 255 position fields. I get a run-time 13 error when I try to open it in VBA.
|
| Symbols in a label? | 07 Apr 2005 17:05 GMT | 4 |
Is it possible to insert a symbol within a label caption? as in... Version 1.0.1 (copyright symbol from Wingdings) 2005 GNSED Inc tia
|
| find a word in the email address | 07 Apr 2005 16:51 GMT | 6 |
I have an email address say - hello@emberindustries.com. while running a code/query i want to gather all the emails with "@emberindustries.com" seperately from the table - tableA. How do i do this? Any help highly appreciated.
|
| navigation and validation on continous form | 07 Apr 2005 16:13 GMT | 1 |
Hi, I am new here and also very new to vba access. I am writing a continous form and I want to do validation on user input for one of the field, say Type (which is the PK in db) if it already exists. form fields for each record fields: Type, Desc, Display, DeleteButton
|
| Round decimal to fraction | 07 Apr 2005 16:05 GMT | 2 |
How can you round a decimal to the next greatest 1/8 and display it as a fraction? (I could probably figure it out, but I know there are a lot of you smart people out there who already know how to do this)- thanks!
|
| how do I run queries in access on external data? | 07 Apr 2005 15:53 GMT | 6 |
I am trying to create a database for a small company. This is the first time I have attempted this at this level. I want to take data that is compiled by middle management in excel worksheets and run queries in a secure database on the information in the worksheets.
|
| Functions to produce fully justified (Lebans) | 07 Apr 2005 15:33 GMT | 6 |
Hi, I am from Spain. I am using JustiDirect of page Lebans, in my reports of access, it works correctly in the versions office 2002 and office 2003, but I need to use it in the version office 2000 but when I execute the report the following message of mistake goes out for me " ...
|
| Lookup matches while writing in a form | 07 Apr 2005 15:10 GMT | 1 |
Have a form containing one unbound textbox and one listbox. Want to lookup from tblplace and show the matching field place whie I fill out the textbox.Writing C will give med Canada, California, China.. Writing Ch will show me China..
|
| Make text box invisible | 07 Apr 2005 14:47 GMT | 2 |
I am trying to make a text box in a subform not visble based on value in text box on main form. The value in main form text box will be a 7 character alpha numeric code, if it ends with B, I would like subform text box not visible.
|
| Referencing a field in a form? | 07 Apr 2005 14:47 GMT | 7 |
I have a subform within a main form. The query the subform is based on relies on a field in the main form. How do I reference that field? i.e.: select phone from phone_tbl where phone_tbl.name = 'field on main form'. The field on the main form is a value stored in the name ...
|
| MSFlexgrid printing | 07 Apr 2005 14:33 GMT | 2 |
is there an easy way to print the contents of a MSFlexgrid? thanks, mcnewx
|
| Displaying multiple lines | 07 Apr 2005 12:45 GMT | 5 |
I have a form that connects several tables together. This is a medical project and the tables that I am interested in are the name, history and medicine. The name prime key is in the history table. The history prime key is in the medicine table. The name prime key is not in ...
|
| Fill a combobox from code | 07 Apr 2005 12:35 GMT | 1 |
I have an access frontend and SQL Server backend. I don't want to link any tables but prefer to use ado. I have a combobox that I want to populate with the result of a recordset. Here is the code I am using:
|
| Deleting temporary tables | 07 Apr 2005 12:21 GMT | 1 |
I’m using some code to create a table temporarily while some code executes on a form, in order to store some information. I want the table to be deleted again after the code executes. I’m using the DAO CreateTableDef method to create the table definition, and
|