1,557 Topics

Member Avatar for
Member Avatar for bryann

I'm a beginner with databases and I'm trying to design a database in Microsoft Access that will allow users to make bookings for fitness classes. There are two slots per day that these classes can be booked for and each session can cater for 10 people. What I am struggling …

Member Avatar for Oleg_3
0
765
Member Avatar for Ashley_12

I am using the Ionic framwork for the mobile app and Bootstrap for the web app, this has been set by my University as what we have to use, so we can't change them, but is there a way to link the data base to both services? Thanks in advance …

Member Avatar for rproffitt
0
419
Member Avatar for nadiam

Visual Basic 2010 and Microsoft Access 2013 I have a product table in MS with fields : fld_id,fld_name,fld_img,fld_price,fld_type fld_img i set it as attachment and of course attached the corresponding image to it - is this wrong? this is my code to get the data into the datagridview. my form …

0
205
Member Avatar for Adnan_9

It is a software Development and it's need me a access ,c++ java, programming,database i need me and you

Member Avatar for JamesCherrill
0
115
Member Avatar for windcaid

Been having problems when taking HDD's from dead win 10 systems and transferring data via USB adaptor to new Win 10 system. Folders (with files) copy across to their relevant locations, but when trying to look at the files, only the folders show with no files present in them. Pretty …

Member Avatar for rubberman
0
305
Member Avatar for JoelNiemela

I have a database that I use in VB. As records update there is a lot of useless info in there because access doesn't reuse the same spots. So that information has to be removed. Before I would use compact & repair and access 2000 and it would correct this. …

Member Avatar for Nevin_1
-1
711
Member Avatar for ShortYute

Good afternoon, Currently, I’m trying to consolidate all my financial information into one place so that I can see (the solution I’m currently using is Excel – see attached): 1. Valuation at a particular date 2 .Breakdown by investment product 3. Various other analytics (Allocation by class etc.) I’ve tried …

Member Avatar for ShortYute
0
300
Member Avatar for waves

Hi all I have an old windows server 2003 (32bit) with a shared folder containing an executable. The exe is old and I think possibly 16bit. I am trying to run the exe on a networked pc through a mapped folder / network location. The pc is running win 7 …

Member Avatar for waves
0
479
Member Avatar for Anurag_8

I have bought a new Netgear WNR614 N300 Wi-Fi Router. I plug in the power cable and all the LEDs light up and then after few seconds only the Power LED and the Wireless stay on. I plug in the DSL cable provided by the ISP and the Internet Connection …

Member Avatar for rproffitt
0
298
Member Avatar for rproffitt

While I can't pretend to know what happened to block me from Daniweb, imagine less imaginitive souls. Maybe an article is required about what to do with post or login troubles?

Member Avatar for Reverend Jim
0
381
Member Avatar for Joseph_24

I need to develop aa database to store stock taking information and sales. I was going to use MS Access to strructure and make all the logistics for my database since im quite friendly with access and i find it easy to use. MY problem is, i want this database …

Member Avatar for cereal
0
373
Member Avatar for M_6

Using Window 8.1, today I get updates and than it say update not complete undoing changes....... but it stuck here. I does system restore but I get error on this Which is unspecified error accured during system restore (0*80070017). And I don`t have sysm image to do system image recovery.. …

Member Avatar for Itsdigger
0
349
Member Avatar for Justin_18

Hello fellow Daniwebians, it's been a bit of time since my last login here. I tried to reply to a post and was confronted with a new login method (dazah.com??). I'm used to only logging in with my username and password via Daniweb directly. What do I have to do …

Member Avatar for Dani
0
181
Member Avatar for skullscript

Hi is there a way to login using my old useraname?apparently when i tried login in i am being redirected to DAZA.. and i tried logging in using my email address but when i login daza created a new profile for me.. ho can i login get back my old …

Member Avatar for Dani
0
280
Member Avatar for Its_1

I tried many times to login using my gmail, my yahoo email, did resets, cleared cookies, even from a Linux box that I had never been to Daniweb before and can't get in. It seems there should be a document how to get back in. Is this a Menza test, …

Member Avatar for rproffitt
0
405
Member Avatar for Its_1

I really tried. I have 2 emails and have resorted to using a 10 minute email account to post this. Login for me is just broken. I can't guess why resets, deauth, try again and more fail to get me in on my usual email accounts so here I am …

Member Avatar for Dani
0
111
Member Avatar for No_1

This is CimmerianX. Why the move away from ID/PW and over to another 3rd party? Why the need for Dazah at all? Sorry guys, but I won't use Dazah. Good Luck in your future endeavors.

Member Avatar for Dani
0
398
Member Avatar for Gracie0180

Does anyone know if there's a way for me to access the port in my computer using C#, so i can access a cellphone connected to it? THNX

Member Avatar for Thobani_1
0
285
Member Avatar for mattyd

I am attempting to transfer all content from a Win10 machine to a Win7 machine. They are connected via a cable. I go through the steps to allow them to recognize one another; I transfer one, small text file to test it. On the Win7 machine, the other machine (Win10) …

Member Avatar for Virus_Cinta
0
231
Member Avatar for askhari139

Hi! I am trying to setup a hosted network on my windows 10 laptop. i have used the command "netsh wlan set hostednetwork mode=allow ssid=test key=password". The network is created, i set the sharing of my ethernet connection on my pc to allow an share via hosted network adapter. My …

Member Avatar for rproffitt
0
184
Member Avatar for DGULLIVER

Good morning, I have 2 client applications which do the same thing. The first app which is written in VBA(MS ACCESS) and the other is ASP.Net. We can have multiple items for a client so we use a transaction id. When the access application starts a new transaction the app …

Member Avatar for rubberman
0
304
Member Avatar for NEwB!e

Help me please! below is a part of the code which causes the error. int B[996]; for (j = 0, k = 0; j < (N / 6); j++){ if (A[j] == 0){ continue; } B[k++] = A[j]; } //팀원이 여섯명인 팀만의 순위대로 저장한 배열을 새로 만듭니다. int SUM[167] = …

Member Avatar for AssertNull
0
221
Member Avatar for Mr.M

Hi Dw. I'm deeply in need of your help, I'm having a problem that is giving me a very serious problem with my code. My program is a multithreaded program and its a TCP/IP based application. Client has no problem, only a server that is being so weid to me …

Member Avatar for Mr.M
0
471
Member Avatar for brunoccs

Given the following C code: `B[8] = A[i - j]` Assuming B = $s7, A = $s6, i = $s3 and j = $s4 What would the assembly code be? sub $s3, $s3, $s4 # i - j sll $s3, $s3, 2 # multiply the offset by 4 add $s3, …

Member Avatar for Ánh
0
2K
Member Avatar for pleasehelplmao

Sorry i dont know how to explain this properly, but what i'm trying to get across is how do i get sql to select a data type (i dont think thats wording it properly, sorry) which only appears once? Thanks ;p

Member Avatar for KumarPradeep
0
141
Member Avatar for qhadjirul

Can anyone please tell me how do I get the total row in my ms access table and put in my label.text at vb.net?

Member Avatar for qhadjirul
0
692
Member Avatar for Dawn_1

Three days ago, my laptop stopped connecting to the internet. Error says no modem found. When I go to Device Manager, modem is not listed. Can't update anything because cannot connect to the internet. Help, please!

Member Avatar for Itsdigger
0
402
Member Avatar for Brigid_1

Hello, I can't access Facebook on my laptop or mobile phone. Earlier today I could, on both, however in the last few hours whenever I attempt to log on, I get an error that says site can't be reached and that connection has timed out

Member Avatar for Brigid_1
0
182
Member Avatar for Drew29

Hello, Hopefully someone here can answer this question for me. I recently did a server migration for a small business. The have a Ubiquity Access Point that was working fine prior to the migration. Once the migration was done, we noticed the AP was offline. We reset and reconfigured it …

Member Avatar for jacks009
0
646
Member Avatar for Cj_4

so i have a combox that will tell you that which data will appear like "name", "contacts","website","email" and data will appear in gridview but i want to filter the data in gridview example in name if you type a all data starting with a will appear and everything starts with …

Member Avatar for Cj_4
0
292

The End.