hi,
i need to run a querie with possible parameters to search against, or just enter a null value to display all the values. anyway to do this in one entrie?
thanks.
I'm making a DB with Access and i want to add a form on a web page to enter data, edit data and search throught data.
Every time i start up a Data Access page it only allows me to add tables and queries.... is there anyway to add form?
or is there a way to be able to edit and search through...
hi, i created a dynamic [numPlayers][3] array at run time depending on the number of players. Problem is trying to pass this array through functions.
I read u need to know at least the column value which i do, but when i try to pass it i get an error. any help is appreciated
here is the...
hi, beginning C++ programming after a semester of C.
I want to fill an array of one data type approx. 50 items in a function, with the variable declared w/i main. I remember using pointers to fill structures with data, but cannot get it to work with my array. I'm sure i'm missing something...
hi, i just want to know if it uses more memory to make an array of structures, or use a structure with arrays inside. thanks :)
struct inventory
{
char item_name[30];
int part_number;
int quantity;
float cost;
float total_cost;
};
struct inventory...
hi, i need a structure to be passed to a function, filled with data, returned to main, and then passed to another function with data intact. I can get it to recieve the data from the 1st function and return to main retaining the data. I just can't get it to pass to another function with data...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.