| Thread | Last Post | Replies |
|
| Access Formula | 17 Feb 2008 04:57 GMT | 5 |
We are developing a database to track attendance. One factor we use is the amount of occurrences. For instance, I was out ill 12 day on two occurrences for the year. That means I was out two times in one year. One occurrence could be one day or 100 days as long as the days ...
|
| Data on Internet | 17 Feb 2008 01:35 GMT | 2 |
Is it possible and practical to operate a database where the data is held on the internet so that it can be accessed and modified by a select few? If so where should I start reading?
|
| No aggregate on chart?? | 16 Feb 2008 23:56 GMT | 1 |
I have the following sql code that I grabbed from the sql view: TRANSFORM Max(ChartQuery.amount) AS MaxOfamount SELECT ChartQuery.period FROM ChartQuery
|
| don't forgot us onthis post » Mi crosoft please help us | 16 Feb 2008 23:32 GMT | 2 |
Hi. I have a few access solutions and in one of it an important one I haveing this problem and it seems that I'm not the only one: Chinese/ strange characters Post
|
| create a variable for all forms | 16 Feb 2008 21:40 GMT | 2 |
I have a variable to link pictures to a form Me.ImgStock.Picture = "s:\pictures\" & Me.FOTO Everytime the picture path is modified, i need to enter in all forms and change the path to
|
| Chinese/ strange characters | 16 Feb 2008 18:16 GMT | 6 |
Hi. I have a back-end and front-end solution in access. As you may imagine, some users access to the same back-end database to update data. They don't usually use to update the same records.
|
| Sumation | 16 Feb 2008 17:23 GMT | 1 |
Hello. I have 1 problem. I want to sum fields of numbers where it is formated by IIf sentences. Therefore it can not be done, because IIf sentence is written in "control source" (table doesn't save that number) and it is impossible to write it in "Default value", sum is always 0.
|
| Sending Email from Access | 16 Feb 2008 16:58 GMT | 12 |
I am able to create a macro to send an email message to my users, but how can I populate the "To" field automatically? My user's email address is included on the query/report I run, and I would like to be able to send that query/report automatically just to the users specified ...
|
| if Statement code | 16 Feb 2008 16:58 GMT | 1 |
Greeting, I have a report which shows Students marks, in this report there is 5 fields for Subjects and one for Total. There is one more unbound text box for showing the progress. What I need to do is if the total text has grade <=39.9
|
| Populating a recordset - Can someone please tell me what I'm doing wrong? | 16 Feb 2008 13:21 GMT | 2 |
Follows is my code: Dim rst As New ADODB.Recordset Dim con As New ADODB.Connection Set con = CurrentProject.Connection
|
| Adding in data based on dates | 16 Feb 2008 12:16 GMT | 4 |
If I have a historical file in access, and then I recieve a file every week that has the past 17 days. Is there a way to get access to merge JUST the past days that are not included in the history. So you have a report that is from 2/7/05 through 2/7/08. I recieve a report
|
| Start assigned unique key at specified value | 16 Feb 2008 10:13 GMT | 6 |
I am trying to set up a table that will use a 6 digit consecutive number with a letter prefix as the key. I've got the format figured out, but how do I start the numbering at say N100500 rather then N000001 ? TIA!
|
| Read regional settings with access-vb | 16 Feb 2008 08:57 GMT | 2 |
I wish to read the regional settings with a access-visual basic program, to read for example, the current language or the current date format of the pc used. Can this be done with access-vb? Thanks
|
| Set Focus | 16 Feb 2008 04:36 GMT | 6 |
On my data entry form using AC2003. I have the following as the OnChange event for a drop down combobox... Private Sub Type_Change() If IsNull(Me.Type) Then
|
| how do i know which server im with and which SMTP???? | 16 Feb 2008 03:51 GMT | 1 |
im unsure of my server provider (POP3 or IMAP) and where to find my SMTP if anyone can help that would be great thanks
|