| Thread | Last Post | Replies |
|
| Need help getting multiple dates from an unbound date range. | 17 Jul 2008 22:31 GMT | 6 |
I want to be able to append individual dates to a date field in a table using a date range that'll be defined in unbound fields on a form. Example: Start date is 07/01/08 and end date is 07/14/08, I need each day's date between and including these dates to be added as a new ...
|
| Function field that returns a string within a query is truncated at 255 chars when querying within a module | 17 Jul 2008 22:16 GMT | 2 |
I have a problem with an access DB app. It seems pretty straightforward, but it is giving me all kinds of grief. I have a query that calls a function to get a list of descriptions ie: I can reproduce the behavior very easily by creating a module, and adding
|
| Computing an End Date | 17 Jul 2008 21:43 GMT | 4 |
I need to determine an end date by adding a set number of years to the start date and then taking the date to the end of the month. Here is what I use to have but the requirement changed to the last day of the month.
|
| #DELETED - but not really | 17 Jul 2008 21:29 GMT | 2 |
I am having a occasional problem with records that will show up on the form but then the data from the table will change to #DELETED. I know that this is supposed to mean that the record was deleted from the table but that is not the case. The table that the form is running on ...
|
| Displaying Data | 17 Jul 2008 20:36 GMT | 8 |
I do not know if this is possible...but I hope someone may be able to help me... I have a 2 tables, one containing the core information for a group of records and the second related to the first (but contains sub-information
|
| house music | 17 Jul 2008 20:27 GMT | 2 |
where did house music originate from?
|
| Editing fields based on Yes/No field | 17 Jul 2008 20:26 GMT | 6 |
frmForm1 (with sorce tblTable1) has a Yes/No field (MarialStatus). If it is "checked" (means yes) then four different fields has to be filled. Is it possible to make these four fields active" (can be edited) only when MarialStatus field is checked (yes). All the fields are in one ...
|
| Export a table to csv or text file with Column headers | 17 Jul 2008 20:24 GMT | 2 |
How do you export a table to include not only the table data but the header row information as well I need to import data from one database to another network database, but I need the header row information so that I can do field mapping?
|
| Messaging in Office Live workspace | 17 Jul 2008 20:23 GMT | 1 |
Windows Live Workspace // Using Office 2007 ** XP platform I opend a workspace and sent the invitations to all the members I wanted. Next I posted the same information but on a file formatts compatabile with operating systems windows 98 because some were havng trouble opening ...
|
| form/report -- how to | 17 Jul 2008 19:43 GMT | 4 |
Hi all. I am glad for this source of aid -- hoping someone can guide me. I'll bet my 'dilemma' has a common solution. I can readily create a report that sorts and prints/views as illustrated by the following:
|
| Combo Box in a Report | 17 Jul 2008 19:17 GMT | 3 |
Hi, I have set up a combo box to show a first name, last name, and suffix. The only part of this I can get to show up in anything I do is the first name. The raw source is showing: SELECT Contacts.ID, Contacts.FirstName, Contacts.LastName, Contacts.Suffix, * FROM Contacts ORDER ...
|
| Combo Box Columns Issue | 17 Jul 2008 19:11 GMT | 3 |
I have a Combo Box that pulls data from a table, uses the 2nd Column as display (CompanyName) and the first Column (CompanyID) is not visible, but is the bound column. Of course, this box operates like a "Starts With" type search and
|
| to Query or VB for pulling criteria from an unbound field | 17 Jul 2008 19:06 GMT | 7 |
I am creating a database which will be used to look up vendor information and when I create a search form i am using unbound fields for he user to input whta they are looking for. The query pulls from these fields. [form]![Vendor]![City]
|
| Add Number to a Date | 17 Jul 2008 18:54 GMT | 3 |
I am trying to add a number to a date. I have a field called 'Check Out Date' and 'Check Out Duration'. I am trying to automatically calculate 'Return Date' by adding 'Check Out Duration' to 'Check Out Date'. How can I go about doing this?
|
| how do you share data with another table without duplication. | 17 Jul 2008 18:08 GMT | 3 |
Hi I several tables with one main table. What i would like is in the main table i have a reference no column to which is the primary key in the table. I would like to share this data with the other tables without having to creat
|