1,557 Topics

Member Avatar for
Member Avatar for tmoney7566

I am new to databases, this is my first attempt at one. I coach a girls softball team and I am trying to put together some useful stats from the tables that I have made. I have several tables of data, 4 or 5 quries, 3 or 4 reports and …

Member Avatar for timothybard
0
76
Member Avatar for xilamei
0
116
Member Avatar for ZidaneXero

Hello everyone Im new at this thing of programming and im having trouble in saving a new record to the database, I've searched online for this problem and ive tried all the possible ways that i find in internet but i cant manage to make it work correctly This is …

Member Avatar for kvprajapati
1
437
Member Avatar for happygeek

With the [URL="http://www.daniweb.com/blogs/entry3625.html"]success[/URL] of the iPhone App Store and Microsoft wanting a [URL="http://www.itwire.com/content/view/20349/53/"]piece of the action[/URL] it was only a matter of time before RIM got into the [URL="http://www.itwire.com/content/view/21310/53/"]online application storefront[/URL] game. With the BlackBerry App World online store launching later this month, [URL="http://na.blackberry.com/eng/developers/application_storefront"]submissions are now being accepted[/URL] from developers …

0
208
Member Avatar for slfisher

Is the time that it takes to boot up and power down a computer at the beginning and the end of the day work? [URL="http://www.law.com/jsp/nlj/PubArticleNLJ.jsp?id=1202426038668"]A number of lawyers[/URL] are trying to settle that question. On the one hand, users start rebooting the computer and then spend up to 15-20 minutes …

Member Avatar for DigitaLink
0
263
Member Avatar for Techwriter10

This morning EMC, Microsoft and IBM announced they had worked together over a two-year period to create a [URL="http://www.fiercecontentmanagement.com/story/ring-bells-major-ecm-vendors-send-content-sharing-standard-oasis-today/2008-09-10"]content interchange standard[/URL] for enterprise content management systems. It may not sound like much, but it's meaningful on several levels. For content management customers, it means it will greatly simplify moving content …

0
181
Member Avatar for Brian.oco

A good friend of mine thinks that data technology access kingpin Qualcomm can be to the wireless market in the 2010’s what Microsoft was to software in the 1980’s and 1990’s. Granted, Qualcomm is smack in the sweet spot – the premier provider of high-speed data access products and services …

0
179
Member Avatar for happygeek

Here at DaniWeb I have always been rather proud of the fact that not only is member feedback encouraged, but the powers that be read what is being said, participate in the debate and sometimes their minds, and system policy, are changed by it. For any real community this feedback …

0
1K
Member Avatar for newscop

[B]Find out which are the essential design issues when developing applications for handheld devices.[/B] Mobile devices' inherent Web capabilities open a whole new platform for delivering content. Before you dive into developing mobile Web applications, read about some issues that you need to consider. When targeting handheld devices such as …

Member Avatar for sloper47
0
148
Member Avatar for tgreer

McAfee, Inc., a leader in intrusion prevention, announced that its security services group, Foundstone Professional Services, will release a whitepaper on Microsoft ASP.NET Forms Authentication and "cookie replay" attacks. The whitepaper will be located at [url]http://www.foundstone.com/index.htm?subnav=resources/navigation.htm&subcontent=/resources/whitepapers.htm[/url]. In response, Microsoft authored an MSDN article: [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;900111[/url]. What is a "cookie replay" attack? …

0
184
Member Avatar for radline75

I am trying to figure out how to set up a form in Access to automatically fill in 2 fields (Region # and Store Name) based on the Store number which is entered in another field. So whenever a user types in a store number, the store name and region …

Member Avatar for timothybard
0
337
Member Avatar for roxys

Hello, I want to let access fill in a checkbox automatically based on the value of another field in the same table. I have a student course registration system in access, and I have a table of Marks that have a mark field, diploma field and the student_id, that I …

0
71
Member Avatar for Steammike

Hi expert, I'm facing a problem when i try to update the database, below is my code: Dim conn As New OleDb.OleDbConnection Dim strSQL As OleDb.OleDbCommand Dim ra As Integer Dim num conn.ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0;" & _ "Data Source=C:\employee.mdb" conn.Open() strSQL = New OleDb.OleDbCommand("Update [emp] Set e_name = '" & …

Member Avatar for Steammike
0
277
Member Avatar for coollife
0
52
Member Avatar for greeny_1984

Hi everone, i have a table containing employees in and out dates of a project containing sat and sun.i want to remove sat and sun and display results.how to achieve this.

Member Avatar for timothybard
0
93
Member Avatar for ultra vires

Hey guys need your help here. I will go ahead and describe my problem and what i intend and what i am getting. Platform for SQL Queries : MS Access There are 2 identical table in terms of table structure, they contain information ( RAW Data) about month, money i …

Member Avatar for ultra vires
0
110
Member Avatar for mevanga

Hi, everyone... I'm using ms access 2003 and i wanna know how to write a code in vba that will take initial days x add y days every end of month and store them as accumulated days. Pleases I don't know wre to start. Thanx in advance

Member Avatar for mevanga
0
130
Member Avatar for JFunk

Hi, I've created a query that inner joins 4 tables. The tables have a common field CPname and CoverType. The query works and results are correct. However, when I use this query as my record source for a report, I came up with this error: "The specified field 'TblCover.CoverType' could …

0
68
Member Avatar for brightline

I has a problem with MS Access queries: In SQL, if I want to include arabic word in the query where part, Simply I add '[COLOR="Red"]N[/COLOR]' before the arabic word. The question is what represents this character in MS Access query. Thanks in advance.

0
88
Member Avatar for TBotNik

All, Have a frustrating report problem. Have code of:[code]Function RAmount() HrsAmt = DLookup("trp_ham", "qryTIMshtS", "[trp_id]=" & Me![Row_ID]) MilAmt = DLookup("trp_mam", "qryTIMshtS", "[trp_id]=" & Me![Row_ID]) RAmount = HrsAmt + MilAmt End Function Function RCount() RCount = DCount("trp_id", "qryTIMshtS") End Function Function RTotal() HrsTot = DSum("trp_ham", "qryTIMshtS") MilTot = DSum("trp_mam", "qryTIMshtS") RTotal …

Member Avatar for TBotNik
0
110
Member Avatar for jmw229

Hey Guys, Some of you know (Tim) that I'm working on a Professional Development and Training Database. I'm about to demo it to HR but I would like to add a feature: If a course is "Mandatory for all employees?" is checked in tblCourse, then check "Mandatory for Employee?" field …

Member Avatar for jmw229
0
122
Member Avatar for TBotNik

All, Having a problem with process flow while printing. I have a process that: 1. Pulls and Prints a summary sheet grouped by client (report 1), 2. Pulls and Prints a seperator page with Client Name (report 2), 3. Pulls and Prints the Client tickets for the Client (report 3) …

0
71
Member Avatar for TBotNik

All, All the help & HOWTOs say you can get subtotal from groupings and grand totals with the use of: =sum([fieldname]) and I have used this in the past, but current report is erroring by giving the popup, asking for value entry on each of these I placed in the …

0
81
Member Avatar for SubProf

Hello Everyone, I have a large database where I'm using Dlookup to find the next record in the database. I need to find the next record providing it meets a specific criteria. If it doesn't meet the criteria then I need to look at the next record to see if …

0
57
Member Avatar for anicolais161

Hi, For Filemaker 9 I have a pretty big problem here. I have an account layout a contact layout and a Comments layout. The ID for the account layout is attached to the ID for my contacts layout. If account ID = 12 and new contact is clicked Contact ID …

0
55
Member Avatar for jgallow

Here is what I got and maybe this will help. In example 1 you are on the company page which shows that company and some information that is needed for this company. The bar that runs about in the middle accross that will have links for CONTACTS - JOBS - …

Member Avatar for timothybard
0
185
Member Avatar for jmw229

Hey, again I grace you guys with another question. I've run into another speed bump - REPORTING! I didn't create the database - just simply adapting it to the needs. It was created externally. Since Access allows only a certain number of fields per report, I divided the reports into …

Member Avatar for jmw229
0
109
Member Avatar for headedtomexico

So i'm used to using mysql, but i'm on a project right now that uses an access database, and I'm looking for a way to replace LIMIT. I googled around and found the information on TOP, but it doesnt totally replace the functionality. For example if a user were to …

Member Avatar for headedtomexico
0
84
Member Avatar for bappys2002

Hey guys im really new in Microsoft Access my school give a assignment on Library management system in access only. and now im stuck . 1.Condition is Fine - .10p fine per book after 10 days. i could not set this condition on my database.i tried a lot but still …

Member Avatar for timothybard
0
130
Member Avatar for MoZo1

Hi! I would like to do something like this: [url]http://www.adp-gmbh.ch/ora/explainplan.html[/url] with an .mdb file. Thanks!

Member Avatar for MoZo1
0
121

The End.