Text30
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 18 articles for 0.304 sec
My database contains 4 tables. The Master table is a catalog of scientific samples with the sample ID being the MLO field. The other three tables are data, conditions, and comments. The MLO table has a one to many relationship with the other tables. The data table has a 1 to 1 relationship with the conditions and comments tables with referential integrety inforced. I made a form to search     

Group: microsoft.public.access.macros · Group Profile · Search for Text30 in microsoft.public.access.macros
Author: bymarce
Date: Jun 25, 2008 09:52

Thanks Doug, I will give this a try, and let you know the result. I dont suppose you can help me with the Excel Save as command. I want to 'Save As' the spreadsheet to the value of the variable "Scheme". I tried ExcelSheet.SaveAs Filename:=Scheme But it didnt work Thanks again Kevin "Douglas J. Steele" wrote: Try replacing ExcelSheet.Application.Sheets("sheet1"
Show full article (4.56Kb)
Try replacing ExcelSheet.Application.Sheets("sheet1").Select With ExcelSheet.Application.Selection .cells(1, 1).Value = Scheme .cells(91, 9).Value = Trec .cells(81, 9).Value = Green .cells(82, 9).Value = Yellow .cells(83, 9).Value = Pink .cells(84, 9).Value = Red .cells(87, 12).Value = Tenav .cells(1, 1).Value = Scheme End With With ExcelSheet     

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Text30 in microsoft.public.access.modulesdaovba
Author: Kevin
Date: Apr 3, 2008 11:11

Hi, I am tking values from a report and putting them into a spreadsheet, and I am slowly but surely getting there, but have a problem with the below code, It updates the spreadsheet Linktest.xls, but when I run another report and try again, it places the values in the wrong cells. If I first open the spreadsheet and save it with cell 1,1 selected, it then works fine. Can someone please
Show full article (3.84Kb) · Show article thread
Gracias Yuri por el ejemplo. Aunque ya habia solucionado el tema de los null, me viene de maravilla esta función. Gracias de nuevo!!!! Saludos y Suerte!! -- ----------------------------- Sin mas, saluda atte. a Uds. Armin Saez PD: Los tildes se han suprimido intencionalmente. "Yuri Aponte" <yuri(-PUNTO-)aponte(-ARROBA-)apocal(-PUNTO-)com(-PUNTO-)pe> escribió en el mensaje news     

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Text30 in microsoft.public.access.modulesdaovba
Author: Douglas J. Steele
Date: Apr 3, 2008 08:41

Jajajaja Buena Yuri Precisamente estoy Peleando con el Err 94 Invalid Use Of Null ya que efectivamente el recordset aveces no trae datos. -- ----------------------------- Sin mas, saluda atte. a Uds. Armin Saez PD: Los tildes se han suprimido intencionalmente. "Yuri Aponte" <yuri(-PUNTO-)aponte(-ARROBA-)apocal(-PUNTO-)com(-PUNTO-)pe> escribió en el mensaje news:u$6VwQ4jIHA
Show full article (3.25Kb) · Show article thread
Hola Al final lo hice con consultas Select ***** ConectarBBDD With RSTemp .Open "SELECT SUM(Valores) as Subtotal FROM Presupuestos WHERE NV = " & Text4.Text, RSTempCnn, , , adCmdText End With Text30.Text = Format(RSTemp.Fields(0), "$###,###,##0") CerrarBBDD ******* Private Sub ConectarBBDD() Set RSTempCnn = New ADODB.Connection Set RSTemp = New ADODB.Recordset RSTempCnn     

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Text30 in microsoft.public.access.modulesdaovba
Author: Kevin
Date: Apr 3, 2008 04:59

On Sun, 23 Mar 2008 18:19:00 -0700, Bob Barnes <BobBarnes@discussions.microsoft.com> wrote: John - I used a DateValue of a Date/time Field stored as "General Date"...based on a Card Swipe... R = "SELECT * FROM Swipes;" Set RT = Z.OpenRecordset(R, dbOpenDynaset) With RT .AddNew: !MemSwipe = Finder: !AWhen = Now() Now() does not add the date. It adds the date AND TIME, accurate
Show full article (2.12Kb)
John - I used a DateValue of a Date/time Field stored as "General Date"...based on a Card Swipe... R = "SELECT * FROM Swipes;" Set RT = Z.OpenRecordset(R, dbOpenDynaset) With RT .AddNew: !MemSwipe = Finder: !AWhen = Now() !Spot = Text30: .Update: .Close: Set RT = Nothing End With I wanted to store the Date and Time to track Card Swipes at a Supper Club. "Extracting" the date     

Group: microsoft.public.es.vb · Group Profile · Search for Text30 in microsoft.public.es.vb
Author: Armin Saez
Date: Mar 27, 2008 06:08

Try grst instead of grst.Name Private Sub Report_Open(Cancel As Integer) Me.RecordSource = grst Jeanette Cunningham "Siew-Ming" <SiewMing@discussions.microsoft.com> wrote in message news:45A00C25-716E-4CBF-A6B6-9E53F784B35A@microsoft.com... Hi, I've stumbled on this for quite awhile. It'll be fantastic if someone can help me on this. Created a 3 column combo box
Show full article (17.08Kb) · Show article thread
    

Group: microsoft.public.es.vb · Group Profile · Search for Text30 in microsoft.public.es.vb
Author: Armin Saez
Date: Mar 26, 2008 15:15

Show full article (8.40Kb) · Show article thread
    

Group: microsoft.public.es.vb · Group Profile · Search for Text30 in microsoft.public.es.vb
Author: Armin Saez
Date: Mar 26, 2008 12:52

Show full article (6.01Kb) · Show article thread
    

Group: microsoft.public.access · Group Profile · Search for Text30 in microsoft.public.access
Author: John W. Vinson
Date: Mar 23, 2008 19:15

Show full article (1.53Kb) · Show article thread
    

Group: microsoft.public.access · Group Profile · Search for Text30 in microsoft.public.access
Author: Bob Barnes
Date: Mar 23, 2008 18:19

Show full article (1.31Kb) · Show article thread
    

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Text30 in microsoft.public.access.modulesdaovba
Author: Jeanette Cunningham
Date: Feb 11, 2008 21:13

Show full article (4.76Kb) · Show article thread
1 · 2 · next