Forum: MS Access and FileMaker Pro Mar 20th, 2009 |
| Replies: 0 Views: 896 Hi,
I would like to query from you people if its possible to
change back color either row wise or CELL wise in List box.
Also I would like to know any other ways of listing record in forms... |
Forum: MS Access and FileMaker Pro Jan 28th, 2009 |
| Replies: 1 Views: 797 hey all,
I am developing application which has a huge data base.
From that application, I generate REPORTS in Excel and FORMS(MS ACCESS) and also some PIE and BAR graphs in MS ACCESS file itself... |
Forum: MS Access and FileMaker Pro Dec 4th, 2008 |
| Replies: 1 Views: 2,669 I have column table which has values 1 and 2.
What should i code in CRITERIA of query builder so that when checkbox is ticked in form all records in the table with column value 1 appear and records... |
Forum: MS Access and FileMaker Pro Nov 27th, 2008 |
| Replies: 4 Views: 2,236 Its not working.Please help me with Expression builder |
Forum: MS Access and FileMaker Pro Nov 27th, 2008 |
| Replies: 0 Views: 1,049 I have given below a code snippet where i am able to generate a ppt with one slide. In a loop the followig code snippet will be passed with new "dbId" and for each "dbId" new slide has to be added... |
Forum: MS Access and FileMaker Pro Nov 26th, 2008 |
| Replies: 4 Views: 2,236 Hi,
Please help me with Expression builder for my FOrm.
Weight_likely - back end DB Column
I want an expression, where if Weight_likely is blank then in form 0 should be populated or if... |
Forum: MS Access and FileMaker Pro Nov 19th, 2008 |
| Replies: 1 Views: 883 hi,
in my MS ACCESS front end, when i press TAB to jump to next text box or button focus is shifting in a disorderly way with no proper pattern.
What might be the reason. Please help me.
... |
Forum: MS Access and FileMaker Pro Nov 17th, 2008 |
| Replies: 1 Views: 886 On not filling a text box of a field that is madatory in the database i want to throw a error message to user and set the focus to that particular Text box
Please help me in setting focus to that... |
Forum: MS Access and FileMaker Pro Aug 14th, 2008 |
| Replies: 5 Views: 1,866 Thanks all...
the error is solved now. |
Forum: MS Access and FileMaker Pro Aug 12th, 2008 |
| Replies: 5 Views: 1,866 Hi,
I am able to sucessfully delete duplicate records when the number of records are few in number say=50. But the same code is not working when the number of records are many say=500 or more.
... |
Forum: MS Access and FileMaker Pro Aug 11th, 2008 |
| Replies: 5 Views: 1,866 Hi,
I am using the following syntax in VB 6.0 to copy distinct values from strTableName to TableName
strOpen = "Select distinct * into" & " " & strDupTableName & " from " & strTableName
rst.Open... |
Forum: MS Access and FileMaker Pro Aug 8th, 2008 |
| Replies: 2 Views: 2,916 hi,
I would like to delete duplicate rows in MS ACCESS.
Note: There are no PKEY in Database
also the DB allows duplicate records.
Please help
Regards, |
Forum: MS Access and FileMaker Pro Jul 22nd, 2008 |
| Replies: 2 Views: 4,597 we are able to query successfullu from a Column called "ParentUUD" (without space) using query
"SELECT Name FROM PartVersion WHERE ParentUUID='"+ str(lstUUID[0]) +"'"
we have a column whose... |