| Thread | Last Post | Replies |
|
| Timestamp Entry | 26 Feb 2007 22:51 GMT | 1 |
This may be the wrong place, but I was thinking this could be done with access. I want to create an entry log that automatically time/date stamps each entry to be used in an emergency response situation specifically for a
|
| Counting Groups in a report with total in report footer | 26 Feb 2007 21:43 GMT | 4 |
I have put a text box called [Count] with control source [=1] in the group header with running sum set to group. Then put text box called =[count] in report footer. It counts the groups nicely in the group header but the value in the report
|
| This morning, this code quit working | 26 Feb 2007 21:34 GMT | 5 |
Private Sub VendorChqNum_AfterUpdate() Dim DateToUse As Variant If IsNull(Me.VendorChqDate) And Not IsNull(Me.VendorChqNum) Then DateToUse = DLookup("[VendorChqDate]", "tblInvoices", "[VendorChqNum]='"
|
| Simple date extraction question | 26 Feb 2007 21:30 GMT | 10 |
How do I pull the date out of a date/time field type. I need to know when '02/08/07 8:05:24 AM' is equal to 02/08/07. I'm looking at the extract date function and I must have the wrong syntax. DatePart("mm/dd/yy",[punches].[Date_Time]) = #02/08/07#
|
| Reading Serial data from a port into a database. | 26 Feb 2007 21:26 GMT | 1 |
How is it possible to read data from a serial port using baud-mode N2400 (inverted output) using VBA? I wish to match the incoming decimal number to an possible stock database, reading the row and inputting it into a "in-stock" database i also wish to be
|
| Incremental Imports | 26 Feb 2007 21:03 GMT | 2 |
I am trying to import 2 different excel worksheet into a access table and want to keep addign to that particular table.Is that possible
|
| Unknown function 'Dlookup' | 26 Feb 2007 20:23 GMT | 6 |
I'm trying to set a default value for a column in a table to be based on values in another table. So far, I've discovered that DLookUp is the way to go for this sort of thing. The text of my default value looks like this:
|
| Query problem | 26 Feb 2007 20:14 GMT | 1 |
I have an invoice table. One field of the invoice table is linked to a bills table. The bills table is linked to a suppliers table. There are bills that match a pattern in the invoice
|
| creating multiple records | 26 Feb 2007 20:10 GMT | 3 |
Currently we have an inventory system that allows us to scan all new incoming material to inventory by scanning a barcode repeatedly to create multiple new records. I know this is not an ideal table design. Any suggestions on how to have a single record with a running count would ...
|
| Tab control "Back Color" | 26 Feb 2007 19:56 GMT | 2 |
Since the tab control does not provide a "Back Color" property, I've been looking for a another method to work around this problem. I am familiar with Stephen Lebans sample application showing how to this. Unfortunately, when I convert the sample database to Access 2003 format, ...
|
| .Can you include a problem statement which targets the usability . | 26 Feb 2007 18:25 GMT | 1 |
Hi, My name is Rahima Mohammed; I am a student of John Tyler community collage in VA. I am doing a research project On Microsoft Access. For my
|
| TS | 26 Feb 2007 18:24 GMT | 5 |
I have developed a new project utilizing Access 2007 and for a client that wanted it based in one office and now wants 3 remote offices to have access. After doing my research it looks as the only decent solution is windows terminal server (I assume a new server and windows ...
|
| how do I buid an automatic student grading exam in Access | 26 Feb 2007 17:37 GMT | 3 |
How do I create one field(grade_field) that automatic load grade (A,B,C or D) which "grade_Field" are lookup value from other field such as ("mark_field"). example: [(marks 80 - 100 grade A), (60 - 79 grade B), (40 - 59 grade C), and (0 - 39 grade D)]
|
| Problem writing value to text box | 26 Feb 2007 17:19 GMT | 3 |
I just want to write the date/time to a text box. dim thetime as string thetime = Now [Forms]![frmexample]![when changed] = thetime
|
| Issues with Access 2000 and Access 2003 on same machine? | 26 Feb 2007 16:48 GMT | 2 |
I have several clients who's databases are still in Access 2000 and several who are in Access 2003. I have both on my development computer. I have had this setup for a long long time. Recently though, my 2000 MDE's are sometimes not runnable on the client
|