3,459 Topics
Sorry if this has been posted before, but I'm in a bit of a dilemma of sorts. Also, if this sounds rather unclear, let me know, and I'll explain things further with a few photos. Before I begin, I came across this thread, mentioned at [url]http://www.daniweb.com/forums/thread105907.html[/url] ...this had something to …
i just wanna ask if it if possible to make columns n ms access and how... because i am making a personal data sheet thanks in advance more powers and God Bless You all
hi i want to do operation on image...i have extracted the pixels of small window of 15 X15.. now i want to save that matrix in ms access 2003. for the further opeartions.... have the data in 2-d array say a[15,15], and since there is no build in data type …
I'm not sure where this should go but here goes: A student of my mom asked me to workup something for her to store informations and do calculations. Basically she described an events planner where she'll enter a date, name of event, the cost, and the payment to be received. …
I have a problem with my access database, I have a table that has the column names (see below), and what I want to do is to change the columns into rows in chronological order with the first 7 columns staying the same, this would create a really large document. …
First off, who ever has been helping people with this problem, thanks, and I need your help. All of the solutions that have been given to others seem to have been case specific so I need some instructions or a link to some instructions that will fix the problem. The …
Give me some general useful tips to write an internal mail using VB and Access. Help me in designing the database. How I can save attachment files to an Access Database Table?
how can i convert an access database to oracle database please help me
Am Samitha from U A E,but am an Indian completed M C A.Am married and my husband is a textile engineer. I found this site in google and registered as i have to complete a new project in VB 6.0 for my husband's company. i have a doubt in inserting …
I have developed an access database for my company and want this to be available to multiple users remotely from different offices. I have been told that i need to migrate to MS SQL Server. Is this the case?? If so how do i do it? If not what do …
Hello, I'm taking a project with vb.net and i need someone to help me with the source code for connecting to an access relational data base. Pls I don't want to use a wizare.
Hey there guys. I need to load data from a MS Access database into my application, but when I try to do so, I get either an error in my FROM clause, while data from precedent tables has already been loaded using that same FROM clause [which changes programmatically every …
Hi folks This will be my first ask for help here;) I'm working on a database at the moment and have exhausted my resources on this one. I have a report with an underlying muti-table query. The report uses an input box to set the date criteria rather than Parameter …
Howdy All! Here's what I have and what I'm trying to accomplish. I have four reports in access that I run once a month. The reports are designed to hit on a query that pulls the records needed for a specific client based on the previous calendar month. Basically, each …
there a way to get this info about my tables in a text file or anything that can be copy paste . i have many tables so i cant write them one by one? Properties DateCreated: 08/05/2007 11:38:58 PM DefaultView: Datasheet GUID: {guid {A79F9FC7-D630- LastUpdated: 09/05/2007 12:18:31 AM 47FB-A227-EB5202999268}} NameMap: …
Goodday all, Just tried to install MSDE, no sooner then i click the intall icon, i get this message "A strong SA password is required for security reasons. Please use SAPWD switch to supply the same. Refer to readme for more details. Setup will now exit." Now i took a …
OK, so I'm finally transitioning from VB6 to VS 2005 and it is excruciating. I do a lot of db programming in VB6 and Access 2003 and just trying to connect to a table in VS2005 has taken me several hours. I finally could read data from a table and …
I cannot use the control panel to remove programs. The HiJackThis log is: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 4:45:08 PM, on 2/2/2008 Platform: Windows 2000 SP4 (WinNT 5.00.2195) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Boot mode: Normal Running processes: C:\WINNT\System32\smss.exe C:\WINNT\system32\winlogon.exe C:\WINNT\system32\services.exe C:\WINNT\system32\lsass.exe C:\WINNT\system32\svchost.exe C:\Program Files\Common …
i want sample code with Html with Ms Access.....i want urgently,,
Is there a way to open the main access switchboard in windows without showing the access program? as a usable Data Base.
Okay, this is the situation. We are trying to set up a database where we input individuals for their personnel evaluations. We created a button in the form window and linked it to a macro that updates the "Date Due" block based on the date in the "Date Completed" block …
Hi. I have been trying to access Microsoft Outlook from Java. This be in case of jsp page or traditional Java. Is there anyone how knows how? In the same case i would also ask if someone have tried to use mail session in Apache Geronimo. There is a plugin …
I would like to append bookings in a database that are older than 2 weeks old, what is the criteria to do this please? thanks
Hi all, My query is that I have some tables in MsAccess. Using that tables I want to create some more table by putting some query. (Like I want to merge two table in a single table.) How it is possiple by using VB6.
Hi,I hava proj wherien I connect to ACCESS via VB and retreive data.Now I need to represent the data in flowcharts or with some other graphics... how do I approach this props....
Iam creating a programme in Visual Web Developer 2005. In that am creating a login pager where the user has to give the username and password to enter. The username and password i have stored in Access Mdb.How to connect to database and check whether the username and password is …
but i hope someone can point me in the right direction. here's the story 2 pc's, one upstairs with database one downstairs used to access and make changes to. This was working no problem for months. Then the downstairs pc needed a new AGP video card, easy install no configuration …
Hi there I have connected visual basic express to my access database and designed a windows form with navigation functions as well as add delete, update functions. I have used textboxes to display the database fields on the form, but i am having trouble displaying an updated autonumber when a …
hi every one i am trying to create shopping cart working with VB & access when i wrote add function an error occur i do not know how to solve"Syntax error in INSERT INTO statment" it please help me to solve the problem a shot screen is attached contain page …
Hello All, I want to store data into MS Access database without using DSN (Data Source Name). For his I have done the coding:- [code] <% dim stud1 set stud1=server.createobject("adodb.connection") stud1.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("amitdatabase.mdb") %> <% dim stud2,stud3 set stud2=server.createobject("ADODB.Recordset") stud3 = "SELECT tblComments.Name, tblComments.Comments FROM tblComments;" stud2.CursorType …
i wanted to restrict the national holidays in validation rule (msaccess),i could restict one holiday ex:-15-aug every year by applying ([hdate])<>15 and month([hdate])<>"aug" but when i tried to enter two holidays ex:-([hdate])<>15 and month([hdate])<>"aug" AND([hdate])<>26 and month([hdate])<>"jan",it did not work.Help please. pramoda
Hello Daniweb Community, I wish to use a microsoft access database for my website. I want it to do the following: 1. work as a login script 2. work as the points script I wish for users to log in using microsoft access - can I get a script for …
Hello, I have a problem with sorting record in my access 2000. I have created a query (name - BOP Month wise) which has a date field where records are grouped month wise. When i first create the query, it shows correct figure i.e. records are grouped and properly sorted …
i m a student of BS(CS), How can I call Crystal 9 Report from VB 6.0 , usin MSAccess as database.. ther is no Crystal Report Control Component as in Crystal Report 7.. plzz give some solution... i have very shot time to submit my project....thanks in ADvance!
Dear c-sharpers, I'm relatively new developing code using c#. I created an access database with a table using ADOX. I want to fill the table with about 2 million records and something like 20 columns of different types (int, double, string). So far I used different methods to fill this …
Hi everyone, I have small query..... I am new to ASP coding..... I just want to know if I can use MS Access as my database or is anything else more optimum ... my application to be designed is quite a small one..... so will this be a good combination …
Hello, hope all people around will be fine and enjoying programming. I want to do get data from the database which is available on internet domain while my application is window base application. Is there any complete method i can get data from the database.
Hi. I'm ale khan and i'm working on small projects at home and i'm working volunteerly, i've access database which is available on internet domain. I want to retrieve data from that database, while my project is window base application. Is there any complete method. Please provide me with solution. …
Can someone help me develop a simple program, in Access or Visual basic. That can display numbers between “01 – 90”. in the 4x4 celk format I would like the program to be able to display all possible combinations of four numbers Between 01-90. either horizontally, vertically or diagonally. It …
Someone please help!! I am use to working with MS Access. So, for me, working with SQL is a downgrade at this point. But, I have to do it. I am working with Microsoft Visual Web Developer which apparently is supposed to be easy!!! The help feature is pretty extensive …
Can someone help me develop a simple program, in Access or Visual basic. That can display numbers between “01 – 90”. in the 4x4 celk format I would like the program to be able to display all possible combinations of four numbers Between 01-90. either horizontally, vertically or diagonally. It …
Hi Guys, I need your help. I have created an Acccess application using forms to view, update and delete data. Is it possible when I delete a record using a button on a form, that the record is deleted from the table and goes into a temp table where I …
I apologize before hand if I seem rude in anyway but I really need help and have kind of sort of ran out of patience(Oh, how selfish). And, I've barely run anything to help fix any problems since my computer either shuts down, or I am unable to download a …
hi al, I am doin a proj related to monitoring .I need to retrieve data from an remote or local Xml file which contains some 5 fields and store it in ACCESS.If the file is remote,do we need to follow a different method?? I dont have any idea on XML2DB. …
[B][/B] [B]Ladies and gentlemen, first I want to wish each and every one of you a wonderful and prosperous new year.[/B] This is not really a problem. I am looking for an efficient and quick way to copy table content from one database to identical tables in another identical database. …
Hi, I am using MIcrosoft access 2000, and before 6-7 months I created database "Invoices". To be sure that no one can see code I used in my database, I have set password in Microsoft Visual Basic (under menu Tools>Invoices Properties>Protection). Since I nedded to make some changes in code, …
hi to all I am trying to make a simple java servlet(like jsp) program which allow user to update his profile but I have a problem when user click on update's button [CODE]String un = req.getParameter("username"); String Fn = req.getParameter("Fname"); String Ln = req.getParameter("Lname"); String pw = req.getParameter("passwors"); String updateString …
Hello, I have a problem with mapped drives with Access. I have a shared s: drive where people go to use our access database, one of our admin accounts people is on another workgroup within the building that has another s: drive already so her drive is mapped to y: …
Hello, This is my first post here, so Hi everyone :). I was advised to come to this site by a friend regarding a query that I have, so here I am. So we have the E-Commerce subject in this semester. One of the case studies given to us involves …
The End.