| Thread | Last Post | Replies |
|
| help with converting query to use inner joins | 07 Apr 2006 23:07 GMT | 2 |
the following query works fine: select link.idx, link.x_table, link.x_id_a, link.x_id_z, a.strandid, b.strandid from link_detail, link, strand A, strand B
|
| Finding image dimensions in OLE Object field | 07 Apr 2006 22:21 GMT | 1 |
I have an ole object field (Access XP/2002) which I store images in. I have a couple of questions regarding this; is it possible to determine the image dimensions? Secondly, is there any way to determine what application is associated with the stored OLE Object and is there a ...
|
| How to create query with calc'd field that equals value of [Field] in previous record + value of [AnotherField] in current record? | 07 Apr 2006 21:54 GMT | 2 |
Fields in MyTable: PostID PostDate RollQtyXfer
|
| Microsoft's choice to default form textbox names to related table field names - good or bad? | 07 Apr 2006 20:13 GMT | 3 |
Generally, I do not monkey with renaming controls on forms whose name, by default, matches the name of their related table fields. But I noticed the following today If IsNull(Me!VColor) Then
|
| Me!TowFee.DefaultValue = Null -OR- Me!TowFee.DefaultValue = "" ? | 07 Apr 2006 19:29 GMT | 3 |
On frmVehicleEntryForm... I wanted to change the DefaultValue property of one of my textbox controls on a form from within code. I wanted the setting to be no setting - as if
|
| Filtering In A Query | 07 Apr 2006 19:18 GMT | 2 |
I have a select query (Query1) that, when run, could have either a 1, 2, 3, 4, 5, 6, 7 or 8 in one field (Field1). I then have a follow-on query (Query2) whose source is Query1 and one other table (Table1) which is a one record table. What I'm trying to do in Query2 is look
|
| Sorting by using parts of a string | 07 Apr 2006 18:59 GMT | 4 |
This is a tougher one, but I'm quite sure someone will have a solution for this. Of course, a last minute thing thrown at me by my boss. I have a unique identifier consisting of regions, districts, a road class value and then sequential numbers, in that order, eg:
|
| Ghost VB Editor Windows? | 07 Apr 2006 18:39 GMT | 1 |
Does anyone else get "ghost" VB editor windows appear on their computers when developing in Access 2003? These are VB editor windows with no menu items and a grey empty background. I usually get them when I contact my work computer through
|
| Converting SQL in Access | 07 Apr 2006 17:56 GMT | 2 |
I have a summary query in Access97. I look for staring and ending date and sum the grosspay. I took the sql from the query and I'm trying to convert it in VBA withing Access. I keep getting Error: Expected line number or label or statement or end of statement. I know I'm ...
|
| help! | 07 Apr 2006 17:51 GMT | 2 |
hello..im new to this group and i need some help with my work im trying to find code that will allow me to print a microsoft access table in vb does anyone know the code?
|
| Can Access use Fuzzy Logic | 07 Apr 2006 16:30 GMT | 24 |
Here's the issue: I have roughly 20 MS excel spreadsheets, each row contains a record. These records were hand entered by people in call centers. The problem is, there can and are duplicate phone numbers, and emails
|
| query prompt w wild card-Prb is like changes to Alike | 07 Apr 2006 16:06 GMT | 2 |
Problem: Query record selection criteria reads Like [Last name?] & "*" BUT, then Access changes it to non-functioning Alike [Last name?] & "*" Any ideas?
|
| Dir Statement | 07 Apr 2006 13:32 GMT | 2 |
Slight little problem again (hopefully the last one). The script below should check whether my file path exists and then either load the data or prompt the user to choose a path that exists. At the moment I'm getting a bad file path error. Well, that is the idea. If I choose
|
| Error in multiuser environment | 07 Apr 2006 13:13 GMT | 4 |
When I reach a certain record, I receive the following message: " The Microsoft jet database engine stopped the process because you and another user are attempting to change the same data at the same time." I have tried refreshing the record but was unsuccessful.
|
| access97 readonly form allows data entry if form becomes dirty | 07 Apr 2006 12:06 GMT | 1 |
I've got a form that is opened in readonly mode and no fields can be changed, great but if I click on a combo box that has an _enter() event that sets a field on my form to a value (albeit the same value it currently has),
|