| Thread | Last Post | Replies |
|
| Best practices for query | 14 Apr 2008 17:48 GMT | 8 |
I haven't located any doc that describes this, so if those who know would be good enough to explain, I"d appreciate it. Which is considered "better:" Code-behind SELECT blah FROM tblX WHERE... or a parameterized query?
|
| error msg in form | 14 Apr 2008 17:34 GMT | 1 |
I have a form which I copied it form other database and pasted it in my database. The form is working ok after change fields. But the problem now is when I put a VB codes or command buttons the following msg appears: There isn't enough memory to perform this operation. Close ...
|
| Holiday Calculations | 14 Apr 2008 17:12 GMT | 1 |
There's probably an easy solution to this query as I suspect this is a common calculation to make. I'm wanting to create a query using an employee's last day of work (date) & the date they start again after holiday that calculates the difference in
|
| how to update all fields in table in one go? | 14 Apr 2008 17:12 GMT | 2 |
I have a table for salary of employees, and I have a form (single form) that shows employee ID , name , salary, and salary date. In this form , there is a check box that I want it to put today's date in the field "salary Date" for all records of salary date of all employees if ...
|
| Fill blank fields with value from field above it | 14 Apr 2008 16:32 GMT | 3 |
I have a table which has the following fields: CustomerNum, CustFName, CustLName, CustAdd1, CustAdd2, CustCity, CustZip. The CustomerNumber field is where I have a problem. The CustomerNumber field that I need to extract is on one row along with junk data and the rest of the ...
|
| Wondering | 14 Apr 2008 15:58 GMT | 3 |
Good Day I am wondering if it is possible for access to connect data from two tables using a primary key number as the link and if so do I have to write a code for the capability or just link the tables.
|
| 'ss' and 'ß' | 14 Apr 2008 15:54 GMT | 14 |
We have a problem with Acces 2003 and 2007 and the ss and sharp ß character. We have a database in a MySql-server. The primairy key is on 'prof_id'. whenever we make a selection of the Mysql table and store
|
| Between date and date query do not show values, how change this? | 14 Apr 2008 15:51 GMT | 6 |
Between date and date query do not show values when field criterias are null I have a query with this criteria. ==================================================== Between [Forms]![frm_Shipment_SystemAllDatas]![StartDate] And
|
| SubForms | 14 Apr 2008 14:16 GMT | 3 |
I would like to link a combo box on my main form (I choose the value) to the field on my sub-form. The sub-form is in data sheet view and it has only the one field. The one I want to link to. Can I do this? I just can't seem to get it to
|
| Suppress Modules from Loading in VB Window | 14 Apr 2008 13:44 GMT | 2 |
I am using 2003 on a new computer. Each time I open a file, all of the modules in all of the referenced mda files open. With my main FE file, this can literally mean minutes before I can begin editng. Since this didn't happen with my prior PC, I'm assuming there is an option ...
|
| how do i monitor activities on my home computer? | 14 Apr 2008 12:55 GMT | 2 |
i want to see what my daughter is doing @ who she is talking to online,without her knowing
|
| Access 2007 : How can i create customized menus e toolbars in mdb's in Access2000/2003 style? | 14 Apr 2008 12:16 GMT | 1 |
Access 2007 File version: Access 2000 mdb. How can i create with Access 2007 costumized menus e toolbars in mdb's in Access 2000/2003 style?
|
| AUTOMATIC SEND EMAIL | 14 Apr 2008 09:10 GMT | 1 |
HOW DO I SET UP MY OUTLOOK TO AUTOMATIC SEND EMAIL IF IM NOT AROUND?
|
| Disable all open forms | 14 Apr 2008 06:37 GMT | 1 |
Is there a way , from a command button if FORM1, to check which other forms are open, and set the ENABLED property of each of those forms to NO? Thanks Mark
|
| Please help: edit relationship type | 14 Apr 2008 04:26 GMT | 13 |
I can't seem to do what should be a simple Access operation: create a one-to-MANY relationship. Following the directions, I drag the primary key field from table A to the matching foreign key field in table B. The
|