| Thread | Last Post | Replies |
|
| IIf Function | 30 Apr 2005 05:45 GMT | 2 |
I keep getting error messages with the syntax or commas in my IIf function. I've listed it as IIf(And([Sq Ft]=>70,[Sq Ft]<=280),1,[Sq Ft]/140). What am I missing or what have I stated incorrectly?
|
| Access 2003 breaks Access 2002 application | 30 Apr 2005 03:48 GMT | 1 |
My company has moved forward to deploy Office 2003 company-wide. Problem is, I have one Access application that works fine when compiled in Access 2002, but breaks upon insertion of a new record in Access 2003. This breakage occurs when in both the .adp and ade. in Access 2003.
|
| Report Filter Via a Form? Help? | 30 Apr 2005 03:44 GMT | 5 |
I have a form to filter a my rptinventory: everything is working fine, I set my properties and set the filter and the report filters properly, but what I sould like to do, is on the "Clear" function it clears my Filter properties, but I would like the clear to also
|
| Error 438 | 30 Apr 2005 03:39 GMT | 2 |
Hi. Access 2003. I've been using record validation at the form level for some time now. I'm checking the value of required "category" field(s). The code for the record validation hasn't changed in about 2 years.
|
| Creating key field name | 30 Apr 2005 01:00 GMT | 1 |
My macros create the entry for the key field, DiaryID. I do not want Access to AutoNumber. Is there a way to search the existing records prior to placing the entry in the table so there is not a duplicate created ? Prior to getting an error
|
| Lebans Continuous Forms Sample Problem | 30 Apr 2005 00:38 GMT | 10 |
I need to change the background of each record on a continuous form based on the value of one of the fields. From this Newgroup I was led to Stephen Lebans sample database. I was able to adopt it to my needs and it works great. (Thank you Stephen) However when I scroll down ...
|
| Link to Oracle using DSN-less connection | 29 Apr 2005 23:18 GMT | 3 |
I currently have an Access 2K application that links to Oracle 9i tables, but requires a DSN connection. I cannot seem to get the syntax correct to get the Transferdatabase method to perform this link with a dsn-less connection. Anybody got an example of the right syntax for ...
|
| populating a form recordset based on bitwise flags | 29 Apr 2005 23:10 GMT | 3 |
I have a Users table, and the users can belong to one or more Groups. I made an integer field called Group and assigned a bit to each group they can join or leave. Maybe this design is not good, it seemed like a good idea at the time...
|
| Marsh...you were right!! HELP please! | 29 Apr 2005 23:03 GMT | 15 |
In a few posts back of mine about dependent cbo boxes, Marsh wrote: Since a continuous (sub)form displays multiple records, there is no way to keep the RowSource query in a dependent combo box synchronized with the value in the next "higher
|
| Naming Tabs from Combo Box | 29 Apr 2005 23:00 GMT | 1 |
I have a form with 7 tabs that are labeled "Indicator A", "Indicator B", "Indicator C", etc. Within each tab, there is a combo box, whose choice I would like to be the label for the Tab. This would change when the user makes a choice from the combo box, which is called ...
|
| Stripping A character from a string | 29 Apr 2005 22:48 GMT | 6 |
I have a field that has a has a sequencial numbering system that began a A1 and is currently at A2500. I need to be able to sort these numerically when the form opens. Does anyone have any suggestions? Thanks,
|
| Check Value of Option button | 29 Apr 2005 22:46 GMT | 5 |
I have a single Option button on a form used to indicate a "special circumstance" which might occurr for some of the records, it is bound to a yes/no field in the underlying table. What I need is some way to determine if this button is already selected for a particular record ...
|
| Continuous subform inserting data | 29 Apr 2005 22:36 GMT | 1 |
On a form, I have a subform setup as a continuous form. The continuous subform is displaying two fields of a five field table. The three fields not being displayed are parts of the key and the user does not need to see these. The driving form builds a select for the subforms ...
|
| Need help with SQL Insert statement | 29 Apr 2005 22:11 GMT | 6 |
I have a main form which 3 sub forms: - Main form has - subform "frmSurveyKPILevel_1" which has - subsubform "frmSurveyKPILevel_2" which has
|
| Connecting to mySQL | 29 Apr 2005 22:04 GMT | 1 |
We just upgraded some "over-the-counter" software that now uses a mySQL server instead of individual FoxPro dbf files. I need read-only access to this data for some queries and modules I wrote. With the FoxPro tables, I
|