Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > Software > Databases [80 Forums][Track this Category]
   Browse sub-categories   
» Adabas» ASP-DB [1]» DB2 [1]» Firebird SQL
» Informix» LDAP» MS Access [12]» MS SQL [6]
» MySQL [7]» Oracle [12]» Pervasive SQL» PostgreSQL [1]
» SAP [1]» SQL [6]» Sybase [1]» Yukon SQL Server 2005 [1]

   Latest threads in category   
Access-Programmers access database with asp  
17:58 14-Nov-08   [Replies: 2, Views: 39]    By: Unnamed
Is that possible? Paul Weinstock ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers linked table triggers  
17:03 14-Nov-08   [Replies: 1, Views: 38]    By: Unnamed
I am looking for a way to identify data change on a linked table; one way is to look at the time stamp of the original file and to compare between the current time stamp and the one that I save i...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal MDX Time Issue  
16:15 14-Nov-08   [Replies: 0, Views: 69]    By: EssexJon
Hi, I have a fairly simple cube (in SSAS2005) containing measures for revenue and margin, dimensions for brands, Sku, time, etc. I need to calculate current Year YTD revenue as a factor of the tot...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal MDX Time Issue  
16:03 14-Nov-08   [Replies: 0, Views: 39]    By: EssexJon
Hi, I have a fairly simple cube (in SSAS2005) containing measures for revenue and margin, dimensions for brands, Sku, time, etc. I need to calculate current Year YTD revenue as a factor of the tot...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Changes to form design saved automatically after running Macro  
16:01 14-Nov-08   [Replies: 5, Views: 46]    By: Unnamed
I have Access 2003. I noticed recently that after I ran certain macros within the project that I have created, any changes to form design, query design, code, table design are saved automatically,...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Forms Referencing  
15:48 14-Nov-08   [Replies: 13, Views: 111]    By: gray
Hi All WinXPPro Access 2002 SP3 I want to set the recordsource of a form's subform by manually setting it from a function and to do so before that form starts up. I am having all sorts of f...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums RunTime Error 2107  
15:37 14-Nov-08   [Replies: 5, Views: 36]    By: TedMosby
I am getting the RunTime Error 2107 "The value you entered doesn't meet the validation rule defined for the field or control" When I try and run my code below. What happens is the fi...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers undefined function 'replace' in expression  
15:35 14-Nov-08   [Replies: 3, Views: 42]    By: 2007fld
I just began to use Access 2003, SP3. I got error message: undefined function 'replace' in expression when I run a existing Macro. I remembered when I first using Access, it was 2002 and I got sim...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Prevent Double Booking  
15:25 14-Nov-08   [Replies: 1, Views: 38]    By: Unnamed
I am doing a project for school and have designed a Database for a Hairdressers where a client can book an appointment with a certain employee and choose the treatment type. I have a start time an...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Hello! Pls help me in this update query I have.  
15:18 14-Nov-08   [Replies: 4, Views: 54]    By: Unnamed
Hi, I have this update query. UPDATE A INNER JOIN B ON (A.[field1] = B.field1) AND (A.field2 = B.field2) B.field3 = B.[field3]+(B.[field3]-A.[field3]), B.field4 = B.[field4]+(B.[field3]-A.[fi...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Subform accessing procedure in Main form problem  
15:14 14-Nov-08   [Replies: 2, Views: 30]    By: Unnamed
I have a main form (Quote-4) that contains a procedure: Public Sub AddSpecial() Now from my subform (Quote-4 subfrm_Special) I need to access the previous procedure after TextBox1 and/or TextBox2 ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums No results from sql query  
14:07 14-Nov-08   [Replies: 4, Views: 53]    By: Rossonero
Hi. Got a small problem here. Trying to read data from an Access 2007 database but I'm getting nowhere. What I do know is that everything is spelled correctly and that the database actually co...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers How to find privious month,day,week,qtr data  
14:02 14-Nov-08   [Replies: 3, Views: 46]    By: Unnamed
I have a table with date and amount values. We are running history reports. I need to calculate Daily, Weekly, Monthly, Quartely data for current year and prior year for last 12 days, weeks, mon...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Zooming pictures and printing them  
13:24 14-Nov-08   [Replies: 0, Views: 21]    By: suepowell
Hi, I have a really specific requirement. I want to be able to include a picture in my Access 2007 databse, which I can do easily with the new attachemnt filetype. The problem comes be...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Added Subform looks & work wrong  
13:16 14-Nov-08   [Replies: 3, Views: 38]    By: Unnamed
Hi, I'm updating an existing application but ran into a problem. I'm trying to add a new subform but it dosen't look or behave like the rest. The old ones shows every row but the new one I added...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Change value in txtbox dependent on another, but still allow manual ed..  
13:01 14-Nov-08   [Replies: 11, Views: 123]    By: Unnamed
I need my form – frmFinance – to automatically select between two different values depending on what value is in another txt box. However, sometimes this value needs to be manually edited (in very...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Date today to end of week  
12:43 14-Nov-08   [Replies: 3, Views: 32]    By: torquay
I am trying to pull records from today to the end of the week, when I try the code below I get everything from this week, can anyone advise me. DatePart("ww", [ApptDate]) = DatePart...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal Ranking Dynamically  
12:41 14-Nov-08   [Replies: 0, Views: 40]    By: chilukurisri
Hi, I use the following MDX to rank the RAV value dynamically but i have a problem, In my Pivot table report when i put the Semi-additive measures next to this, the ranking become zero ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers tab trouble  
12:04 14-Nov-08   [Replies: 4, Views: 47]    By: Unnamed
hi, on hte attachment file i am trying to make a form with about 28 tabs on. tab 1 is main tab ,tab 2 to 27 will be called week1 to week 26, all the groups ( carbon fillet , carbon pipe, carbon p...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Getting values from a column A that has same values in column B and C  
11:49 14-Nov-08   [Replies: 3, Views: 57]    By: Unnamed
Hey all I have three fields as follows: Group, RD, Schedule AD, LRC1, Mon-Fri 07:30-17:00 AD, LRC2, Mon-Fri 07:30-13:00 FM, LRC1, Mon-Fri 07:30-17:00 FM, LRC2, Mon-Fri 07:30-13:00 JK, LRC1, ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Split Column  
11:17 14-Nov-08   [Replies: 2, Views: 48]    By: Unnamed
Hey If I have one column, and I want to split the numbers into 2 columns such that these 2 columns can't have the same values at the same row. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers send automatic email  
11:01 14-Nov-08   [Replies: 3, Views: 92]    By: Unnamed
Good morning, I'm new in this forum and I'm trying to solve since some days a problem. After exploring several forum, I think I can here found the better experts. I have a table which contains se...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Cant edit Record on Form  
10:46 14-Nov-08   [Replies: 4, Views: 54]    By: hullstorage
I have a form with a subform that displays search results from the main form and a button to the side of each record displayed that when i click on the button it opens another form that shows me t...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Allow 2 coumns with same name  
08:26 14-Nov-08   [Replies: 7, Views: 86]    By: Unnamed
Hey all, Can I create a query from a table and put 2 columns with the same name or do I have to use "AS" to keep one column same name and the second give it an alias name but it will ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers 2003 Runtime Version Errors  
08:01 14-Nov-08   [Replies: 2, Views: 40]    By: Unnamed
Hi Everyone. I distributed an application using the Pakage Wizard from 2003 Developers Tools. Some parts do not work on the Users computer (using Runtime), yet they work fine on my computer when I...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  6  7  8  9  10  [11]  12  13  14  15  16  Next>      
   




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006