| Thread | Last Post | Replies |
|
| Images in Reports | 13 Dec 2006 21:23 GMT | 3 |
Now I can add images in a Report who change in each record. But if the image-field in some fields is empty, then in the Report stands the image of the previous record... How to fix that ?
|
| Copy Record - How do I copy info to child tables? | 13 Dec 2006 20:12 GMT | 2 |
I hope someone can help...I feel like I'm walking in the dark without a flashlight (I'm NOT a programmer but have been called to task to do some work in Access that is above my head). I have code that will successfully copy a record and append the
|
| Combo box | 13 Dec 2006 20:01 GMT | 2 |
>From a combo box the user can select a supplier. They then click the order button and are then taken to the orders page. From here comes the problem, I want the user to select a combo box unique to the supplier. Currently the combo boxes I create show all records for every supplier ...
|
| Export to multiple text files? | 13 Dec 2006 19:51 GMT | 2 |
I'm running through a database in a loop, and each time the loop finishes I would like to export the values of some variables to new text files. In reality it's more complex than this, but this is the simplest way to state it.
|
| A2K3 form can't find a control on the form when loading! | 13 Dec 2006 18:52 GMT | 13 |
This is bizarre. I've check and rechecked the spelling, cut and paste the name of the form (when trying to rename the form) and the control yet I still get a parameter prompt when the form runs. I've even deleted the control and started over.
|
| Referring to last day's cost. | 13 Dec 2006 18:30 GMT | 1 |
Hi,. I'm trying to make a inventory and average cost that includes receivied weights and cost. The cost changes everytime we receivie product as cost from vendor
|
| sequential numbers | 13 Dec 2006 17:10 GMT | 1 |
Does anyone know of a way to accomplish this?: I have a table of assets I want to change my asset number field to auto-number (caution: I already have hundreds of records in there so this change alone may be a
|
| Database corruption - Chinese characters | 13 Dec 2006 15:01 GMT | 1 |
I am getting database corruption more frequently than is ideal. I have a form used in a call center environment with about 5-10 users at any given time. The application is split between front end and back end and the back end resides on a network server. Each user has their own
|
| More earth-shattering VBA code | 13 Dec 2006 13:09 GMT | 4 |
'Search all reports for a text box named something Dim cMsg As String, db As Database, rs As Recordset, rpt As Report, ctl as Control Set db = CurrentDb()
|
| Reference a 2nd Column in Listbox in Code | 13 Dec 2006 12:47 GMT | 1 |
Access 2003 Frt end, SQL 2000 Back end My listbox has 2 columns "UserID" & "FullName" (UserID is a Primary Key) I am trying to loop thru the multi-select listbox to print a separate
|
| Please help | 13 Dec 2006 08:51 GMT | 8 |
Ok...I was persented this problem and i have it almost worked out (I think). A customer of mine has asked for a database to store information based on a written form he used in the past. The nature of the form is such that there are several areas of info but the tables would NOT ...
|
| Creating a query to discover values violating referential integrity | 13 Dec 2006 08:10 GMT | 2 |
I'm doing some data warehousing for this charity and I can't enforce referential integrity. I know there is a value out there that violates it and I was wondering if anybody knows a way to design a query which will give me the values that violate RI. I'm using Access 97 and I
|
| Printing An Image ! | 13 Dec 2006 06:00 GMT | 4 |
I'm developing an HR package which would contain the Employees Photo + upto 3 pages (pictures) of his Passport + pictures of his Driving License and Residence Card. If the user wants to print the Passport Copies, Driving License,
|
| Copy Record with Autonumber & Relationships | 13 Dec 2006 05:44 GMT | 3 |
I hope someone can help me...I haven't got a clue how to do this. I have a table with several one-to-many relationships. One of the related tables has it's own one-to many relationships as well. I would like to copy a record when I am in a form and append it to the
|
| Help with SQL | 13 Dec 2006 03:14 GMT | 3 |
I am having a problem coming up with the correct SQL string to take care of a issue. I have three tables (tblRoster, tblAssign, tblAppointment) All three have a field intSSN which is the primary key. I have been trying to figure out a SQL string to populate tblAssign with all ...
|