| Thread | Last Post | Replies |
|
| Remove leading zeros | 22 Apr 2008 15:01 GMT | 2 |
Hi, I have a table with a field called CUST_ACN that is set to text. The numbers contain leading zeros, like this: 000000001401. Now, what is the best way to remove those leading zeros when I create and run a simple query? Thanks.
|
| How do I sort address by street name, not by number? | 22 Apr 2008 14:34 GMT | 4 |
How can I sort address by street name, not by house number?
|
| Field change from text to date/time | 22 Apr 2008 14:27 GMT | 1 |
I have a small database for my church..my fields are birthmonth,birthday,lastname,firstname,& suffix....now i need to change my birthmonth field,which is text, to date/time, to sort birthdays from january 1 to december 31st...i cannot remember how to change the field
|
| Randomized Alphanumeric Autonumber-substitute | 22 Apr 2008 14:26 GMT | 1 |
I am seeking to change my unique Autonumber field to a Text field that automatically generates a unique, six-letter alphanumeric sequence, such as: Y3D8RK H6GJ9P
|
| Automatically run a process at a specific time | 22 Apr 2008 14:05 GMT | 7 |
I need to automate a specific routine at a specific time, I have found the following article for excel http://www.cpearson.com/excel/OnTime.aspx But I need to run this from Access, I havent tried the Win API version yet
|
| Table Design | 22 Apr 2008 09:51 GMT | 4 |
Hi, hope to get some views on this. If I have a table representing an entity and that entity has 9 attributes (eg, regions of the county where the entity operates) I would add 9 boolean region fields.
|
| Microsoft Jet Database Engine (0*80040E014) ERROR | 22 Apr 2008 08:53 GMT | 3 |
Hai to every one, here is my question I have been designed a coding to accept the information from the user
|
| combine fields | 22 Apr 2008 07:28 GMT | 12 |
I'm using the following code to combine four fields. It works fine. My problem is when all the fields are blank I get #Error on the report for that record. What I would like when all fields are blank is "NA" to be placed. Thanks.
|
| make table query | 22 Apr 2008 05:14 GMT | 3 |
I use a make table query and would like to transfer the defaults to the new table. Is this a brick wall? Anyway round it would be welcome!
|
| Can I email a report with link criteria? | 22 Apr 2008 04:30 GMT | 2 |
I have a report I currently open with the following code: DoCmd.OpenReport stDocName, acPreview, , stLinkCriteria I have added the following line to save this file as a snapshot: DoCmd.OutputTo acOutputReport, stDocName, "Snapshot Format", _
|
| question on listbox | 22 Apr 2008 04:27 GMT | 1 |
I have a form with a listbox (lstNames) and a button (btnEdit) to edit name. This button is disable when form is open to prevent use opening the frmEditName unless user select a name in the lsitbox (lstNames). I want to enable the button when the listbox is clicked/selected. How ...
|
| Code for Reports | 22 Apr 2008 03:32 GMT | 1 |
Is it possible to add a line of code to a report that will print a solid line if a given condition is met? I have a detail section of a report with the following fields: Info and Comments. The Info and Comments are connected to a selected category. Each category has a ...
|
| Changing a text field to a date field | 22 Apr 2008 03:04 GMT | 8 |
I have a table that has dates that have been entered as follows: 10-28-07. The field is formatted as a text field. I need to convert the dates to date format 10/28/07. I have tried using DateSerial in an update query but am having trouble getting it to work.
|
| Create msgbox buttons | 22 Apr 2008 01:54 GMT | 4 |
Hi.. I would like to create a msgbox with personalized buttons. On the manual i just can find the VBA commands like VBOkCancel, VBOk, VBYesNo.. I would like my msgbox to have two buttons, the first one "Ok" and the second "Sair" (Quit in portuguese). Then i will program the ...
|
| Selecting from a list to populate several fields | 22 Apr 2008 01:17 GMT | 3 |
I want to make a form where I select from a dropdown in one field, and other fields will populate with information from the record that I select. So, if field 1 has me do a pulldown of names from a table, and I select a name, I want the other fields to show me corresponding info ...
|