| Thread | Last Post | Replies |
|
| transposing rows and columns | 17 Sep 2004 17:02 GMT | 2 |
Help. I am a bit flummoxed by the problem of how to transpose "normalized" (in the database sense) data records into columns of for a data entry form, and then back again when the user is finished.
|
| listboxes and query conditions | 17 Sep 2004 16:11 GMT | 2 |
Firstly, I want to thank all that have helped me out with getting grips on Access each time I've had questions. This has got to be one of the most helpful groups that I've posted to over the years. Now my problem...
|
| Address Label Formatting | 17 Sep 2004 15:26 GMT | 3 |
I have recently looked at somebody else's access report for printing labels. I don't understand how it manages to shuffle data about to format the labels correctly. Any ideas would be appreciated. The report has 6 Text boxes decending vertically down the label with
|
| Access - Dashes in a number (dhl) | 17 Sep 2004 14:35 GMT | 4 |
(dhl) Using Access 2K. I have a ISBN number that is 10 char long and has dashes somewhere in the number. I need to remove the dashes and just leave the numbers. Is there any way of doing this? Thank you for your help. David
|
| What should I do for distribution? | 17 Sep 2004 10:58 GMT | 1 |
Okay, I'm beginning to think about what I should do about distributing my new program to my clients once it's more polished. I wrote my existing program in dbase/switched to Foxpro and it's still in DOS. So, you can probably see I've had a bit of a learning curve to overcome. I'm ...
|
| Is there any advantage to defining relationships for tables and queries | 17 Sep 2004 09:42 GMT | 2 |
In general will I see any query performance gains? More of a DB2 guy myself. Regards Phil
|
| text box position on form | 17 Sep 2004 08:11 GMT | 1 |
I'd like to change the top margin of a text box based on a State Field. If the state is LA I want the box to appear 1" from the top, if it's CA I want it to appear 2" from the top. I was trying code similar to
|
| Counting commas in a text field | 17 Sep 2004 07:45 GMT | 6 |
I have a text field on a form which has names with a comma between them like this: 'J. Smith, A. Jones, A. Man, J. Johns'. I am trying to find a procedure that will count the number of people in this text box and put the number into another text box (4 in the case above). If I ...
|
| A Report Question | 17 Sep 2004 07:31 GMT | 2 |
OK...here we go again... Here is what my report looks like...it is sorted by "code" Code N Date Job Number Amount
|
| randomising for a quiz | 17 Sep 2004 04:47 GMT | 10 |
I am making a quiz with a four-option-multiple-choice scenario. When you enter the quiz, you provide one answer and three wrong answers. Then the contestant opens the quiz and I trying to present them the four answers on the page in a randomized way (i.e. you have no idea which one
|
| date problem between vba and query grid | 17 Sep 2004 04:31 GMT | 4 |
I have a vba string taht dynamically creates the query which has two dates in it that it grabs off an open form as a string from the textbox. What I generate in vba is: SELECT DOSMBK.Date, DOSMBK.[DOSM-DSName] FROM DOSMBK WHERE
|
| 'IsNull([Field])' test ignored in code | 17 Sep 2004 04:04 GMT | 2 |
I have an Access2K table in which several records have nulls in some fields. In code that iterates through this table the statement If Not IsNull([Field]) Then ... (or If IsNull([Field]) Then ...)
|
| Hide Access Window | 17 Sep 2004 03:17 GMT | 1 |
Is there a way to hide the Access window from code?
|
| Export report to HTML | 17 Sep 2004 02:40 GMT | 1 |
I have an Access 2000 database where each record has it's own photo stored as an OLE object. I am trying to export a report (of all the records) to HTML format. The data for each record exports without any problems but how do I get the
|
| Date problem | 17 Sep 2004 00:32 GMT | 3 |
My form has "Arrival" to be filled in by user. I need a report of all the arrivals for the next 7 days. In MSWorks database, I used => now() and <= now()+7 to filter, naturally it doesn't work in Access 2000. Is there a comparable command? TIA
|